Access 2010. I am in a subform to verify previously entered data (payroll timecard--making a change to a long-ago .mdb). The data to be entered is total hours to be paid, and "A" for absent beside date for each day of week in question. If an "A" is entered into a control, I want to verify it against the previously entered data. If the data entry person leaves that control without it matching the previously entered amount, I want to change the original amount's control to visible. I will then let the data entry person click the one that is correct. The problem: once data is entered (matching or not), control passes to the next day's record before I can compare the verification entry to the original. I have tried dirty, before and after update, exit, change and lost focus--none of which work. This shouldn't be this hard! What am I missing?
Thanks
Thanks