I have two tables one with all the personnel (tblPersonnel) I'm tracking, another with different report names (tblReports).
For each report, there are different years that it's valid for.
On the reports table, I have three columns, ReportID, Report_Title, and Years_Valid
I'm using a lookup on the personnel table that stores the report name as the ReportID.
What I want to do is in a query use the Years_Valid column to automatically generate review dates bases on dates already in the database.
I've done a lot of different searches, but nothing has been able to really nail down what I'm trying to do.
For each report, there are different years that it's valid for.
On the reports table, I have three columns, ReportID, Report_Title, and Years_Valid
I'm using a lookup on the personnel table that stores the report name as the ReportID.
What I want to do is in a query use the Years_Valid column to automatically generate review dates bases on dates already in the database.
I've done a lot of different searches, but nothing has been able to really nail down what I'm trying to do.