I'm working on a database where the user has to enter a date in a field called DateofCalibration. The next field (CalibrationInterval) needs to be a drop down list detailing timescales ranging from 6 months to ten years. On entering a timescale, the DateofNextCalibration field will automatically update to reflect the new date, using the code =DateAdd("yyyy",[CalibrationInterval],[DateofCalibration]). This works fine when I update for years, but I need to be able to update for months as well. How do I do this? Would I need to write an IF....ELSE statement in VBA? If so, under what event would I put the code?
I would appreciate any help!
Cheers
Dave
England
I would appreciate any help!
Cheers
Dave
England