I hope this isn't all backwards - I have to admit that this is my first sizeable programming in Access so I'm learning the ropes as it were. And just hopeing that I don't get my designs so screwed up that they give me grief down the road.
Problem: if the user changes data on the subform and then clicks on the main form I would like to have the subform do some tasks prior to getting back out to the main form.
I'm trying to use the On Exit event of the subform, but how do I call a procedure that is within the code of the subform (since the On Exit event is actually in the code of the main form).
I also had hopes that the On Current or Lost Focus events (which are within the subform) would do it for me, but these aren't fired-off when leaving a subform? What is?
Problem: if the user changes data on the subform and then clicks on the main form I would like to have the subform do some tasks prior to getting back out to the main form.
I'm trying to use the On Exit event of the subform, but how do I call a procedure that is within the code of the subform (since the On Exit event is actually in the code of the main form).
I also had hopes that the On Current or Lost Focus events (which are within the subform) would do it for me, but these aren't fired-off when leaving a subform? What is?