Hello!
I'm developing a query for a document management system that uses tables with some of the following fields:
Tbl_Revision (stores revision details):
Policy_ID
Revision_Number (0,1,2,3rd revision)
Date_Revised....
Tbl_Policy (stores policy details):
Policy_ID
Revision_Frequency_ID...
Tbl_Revision_Frequency (lookup table for frequency of revision):
Revision_Frequency(e.g 6 months, 1 year...5 years)
Revision_Frequency_ID
I'm unsure of how to get a listing of the the next required revision date based on adding the Revision_Frequency to the last record of Date_Revised for each policy.
I think I have to create a new field in the query called "Review_Due_Date", but I don't know how to select the last Date_Revised and add its respective Revision_Frequency based on its Revision_Frequency_ID.
I'd appreciate any help or suggestions with this. Thankyou.
I'm developing a query for a document management system that uses tables with some of the following fields:
Tbl_Revision (stores revision details):
Policy_ID
Revision_Number (0,1,2,3rd revision)
Date_Revised....
Tbl_Policy (stores policy details):
Policy_ID
Revision_Frequency_ID...
Tbl_Revision_Frequency (lookup table for frequency of revision):
Revision_Frequency(e.g 6 months, 1 year...5 years)
Revision_Frequency_ID
I'm unsure of how to get a listing of the the next required revision date based on adding the Revision_Frequency to the last record of Date_Revised for each policy.
I think I have to create a new field in the query called "Review_Due_Date", but I don't know how to select the last Date_Revised and add its respective Revision_Frequency based on its Revision_Frequency_ID.
I'd appreciate any help or suggestions with this. Thankyou.