L
Laurel
I have a form which creates a new reow with default data and allows the user
to enter the key column value. If the user choose to close the form without
entering a required column value (e.g., they opened the form and changed
their mind), I get an error because of the empty column. It's a referential
issue.
How can I stop the attempted insertion of that row if no data has been
entered in this field? I'm using code. I tried to execute
DoCmd.CancelEvent in the BeforeUpdate event.... no luck.
to enter the key column value. If the user choose to close the form without
entering a required column value (e.g., they opened the form and changed
their mind), I get an error because of the empty column. It's a referential
issue.
How can I stop the attempted insertion of that row if no data has been
entered in this field? I'm using code. I tried to execute
DoCmd.CancelEvent in the BeforeUpdate event.... no luck.