I have a data entry form with fields like date, clientID, etc and a subform to collect data on a particular "visit". I want to be able to catch when the user forgets to enter data in a particular field on the main form before tabbing into the subform. If there are missing fields I want to return focus to the date (or first field on the main form) along with a message telling them to correct the entry. What is the standard practice for accomplishing this? Should this be in the table validation? or field by field?
Thank you
Thank you