G
Gideon
A main form (main) has a subform (sub). The operator inputs a few
details on main then moves to sub. On exiting sub, i.e. returning to
main, the program validates the data of sub. Assume that the operator
left sub by pushing “Add new Record” on the navigation buttons of main,
and that the data of sub was faulty.
In this case I want to delete the whole record of Main.
I tried BeforeUpdate, AfterUpdate, AfterInsert, and failed.
What should I do?
Gideon Oren
details on main then moves to sub. On exiting sub, i.e. returning to
main, the program validates the data of sub. Assume that the operator
left sub by pushing “Add new Record” on the navigation buttons of main,
and that the data of sub was faulty.
In this case I want to delete the whole record of Main.
I tried BeforeUpdate, AfterUpdate, AfterInsert, and failed.
What should I do?
Gideon Oren