David R
I know a few things...
- Local time
- Today, 02:40
- Joined
- Oct 23, 2001
- Messages
- 2,633
This seems fairly straightforward, but I can't see the forest for the trees.
I want to be able to load another form and recalculate meetings if a particular subform is changed. The problem comes that when I try to fire the event when leaving the record, it moves to another record before the new form loads, preventing me from reading the saved data.
I've read up on When Events Occur, but cannot find any event to actually stop the program from leaving that record. I can't use BeforeUpdate because then it gets caught in a code loop trying to save the record before it can use it...
Which other events allow you to cancel that action? I cannot predict how they will leave the form: it may be by closing the form, moving to another record, or closing the database entirely.
Thanks,
David R
I want to be able to load another form and recalculate meetings if a particular subform is changed. The problem comes that when I try to fire the event when leaving the record, it moves to another record before the new form loads, preventing me from reading the saved data.
I've read up on When Events Occur, but cannot find any event to actually stop the program from leaving that record. I can't use BeforeUpdate because then it gets caught in a code loop trying to save the record before it can use it...
Which other events allow you to cancel that action? I cannot predict how they will leave the form: it may be by closing the form, moving to another record, or closing the database entirely.
Thanks,
David R