I have a master form with a child subform setup. This is a one to many relationship. I want to ensure all fields are being filled into each subform record before new records are added.
I would like to accomplish this without requiring the fields to be entered in the table properties.
I have looked at the OnCurrent event, but this only fires after the user has already moved to a different record. I do not want them to move to a different subform record until all fields have been entered in the current record.
The subform is in the datasheet view. What is the easiest way to do this?
Thanks
I would like to accomplish this without requiring the fields to be entered in the table properties.
I have looked at the OnCurrent event, but this only fires after the user has already moved to a different record. I do not want them to move to a different subform record until all fields have been entered in the current record.
The subform is in the datasheet view. What is the easiest way to do this?
Thanks