I've got a database that keeps track of gages and their calibration infomation. One table keeps the information of the gage and another keeps the information about it's calibration (i.e. Date, test points, etc). What I'd like to happen is when a new calibration is entered it will take the date it is entered add the number of days specified in a 'calibration frequency' field and place the new date in the 'calibration due' field in the gage table. Is this possible and if so how can I do it?
Thanks for your help!
Thanks for your help!