Hi, I'm new to Access and trying to improve my company calibration database. We have been using the tables directly and I want to set-up a form to enter the data.
The tables look like this:
Gage Master Table: (only one row allowed per Unique Identifier)
Unique Identifier; Status; Description; Date of Calibration; Next Calibration Due Date; Gage Accuracy; Team; User/Location.....
Calibration Results Table: (multiple rows for each Unique Identifier as results are added)
Unique Identifier; Date of Calibration; Next Calibration Due Date; Dimension 1; Dimension 2 - 10; As Found; As Left.....
Currently I have a form that will update the Results table, but I need it to also update the Date of Calibration & Next Calibration Due Date in the Master table for the Unique Identifier entered in the form. How can this be done?
I would appreciate any help in making this work.
Thanks.