In my data base I track training dates for individuals. We want to keep a history from year to year of the training for each individual. So, I created an archive table...the table has about 15 fields...three of which make the record unique...Training_Year (text field), BEMS (unique number field), and model (text field). When each training item is completed for each individual for that year my code runs an update query to update that training dates in the Archive table.
When I roll the Training_Year to a new year, I want to create new records for each individual containing the new Training_Year.
How do I check the Archive table to see if the Training_Year is already there? It is a possibility the users can change the Training_Year information and I don't want erroneous data to be stored for the incorrect year.
Thanks,
When I roll the Training_Year to a new year, I want to create new records for each individual containing the new Training_Year.
How do I check the Archive table to see if the Training_Year is already there? It is a possibility the users can change the Training_Year information and I don't want erroneous data to be stored for the incorrect year.
Thanks,