Ok, le tme try to put it together. The form I'm using is for signing off completed preventive manitanance procedures. The fields on it are pmNum (procedure number), pmSys (what system it's being performed on), pmComplete (date of completion), pmDue (due date of next completion), pmPeriod (period in which maintanance has to be done...weekly,monthly,etc), pmInitials (initials of person completing) and pmComments (general comment field).
All I need to do is when someone completes a job, the query calls up the particular pmNum and the Tech enters the pmComplete with the current date, from this date depending on what the contents of pmPeriod is, (could be a job that gets done weekly, monthly, etc) I want to automatically update pmDue with the new Due date. Anotherwords, if its a job that is done monthly, they would enter 2/18/2003 in the pmComplete field and the pmDue field should automatically update to pmComplete date plus 30 days.
I am using the same form for all Periods, i.e weekly, monthly,Quarterly, yearly. And would like this form to show update before exiting and save to table.
I hope this helps and thanks again for you response.
Jim