G
Guest
I have a subform which has some required fields. I have been informed that a
way to get out of the subform when a record has been partially created is to
use
me.undo
in the before update event of the form.
When I complete a record and click on the "new query" button the record is
still cleared which is obviously not what I want.
Is the simplest solution simply to set all the field "required" properties
to "no"? Or is there a way around it?
thanks
way to get out of the subform when a record has been partially created is to
use
me.undo
in the before update event of the form.
When I complete a record and click on the "new query" button the record is
still cleared which is obviously not what I want.
Is the simplest solution simply to set all the field "required" properties
to "no"? Or is there a way around it?
thanks