ProgEvalJAA
MIS
I have a data entry form with 12 fields.
The first 11 fields are completed by the users.
The last field asks the user if the entry is complete.
What is the easiest method to use to automate the last field to populate Y for Yes if the first 11 fields are completed?
Should I use a validation rule on the control for the 12th field? Or, is there an easier method such as the Before Update event or On Dirty event? I am not that familiar with VBA code, so I am trying to do this in as easy a method as possible.
The first 11 fields are completed by the users.
The last field asks the user if the entry is complete.
What is the easiest method to use to automate the last field to populate Y for Yes if the first 11 fields are completed?
Should I use a validation rule on the control for the 12th field? Or, is there an easier method such as the Before Update event or On Dirty event? I am not that familiar with VBA code, so I am trying to do this in as easy a method as possible.