I am trying to develop a small document management system.
I have for each document an issue date and a period, in months, that defines the frequency the document needs to be reviewed, e.g. every 6, 12, 18, months, etc. I want (a) to be able to hold the calculated review date in a field in the document table, and (b), be able to allow the user to add a specific date where the frequency is zero (undefined). I can get the review date to be displayed on a form using the dateadd function, but how can I make the calculated value populate the appropriate field in a table, and how do I force the user to enter a date if the frequuency is zero? This is my first access application and I don't want to get into VB code unless really necessary.
I have for each document an issue date and a period, in months, that defines the frequency the document needs to be reviewed, e.g. every 6, 12, 18, months, etc. I want (a) to be able to hold the calculated review date in a field in the document table, and (b), be able to allow the user to add a specific date where the frequency is zero (undefined). I can get the review date to be displayed on a form using the dateadd function, but how can I make the calculated value populate the appropriate field in a table, and how do I force the user to enter a date if the frequuency is zero? This is my first access application and I don't want to get into VB code unless really necessary.