I have a Access 97 form that is used on the shop floor to record the result of a series of inspections. The entire database is built on a single table. As inspections are completed, emplyees check one of two check boxes ("Safe" or "At Risk"). If the "At Risk" check box is clicked, another form will appear with a single text box requesting a description of the problem encountered. All records are in the same table and all my forms have an autonumber field. My problem is that the text field is not in sync with the the main form's record. Can anyone please help with a little code or a Macro solution? I need the pop-up form to look at the autonumber of the main form and record its text in the same record. I've already got some things going on on the "click" event so I was thinking about using the "after update" event???
Thanks so much!
Thanks so much!