R
Randy Hall
anybody know what happened to the OnRecordExit property and RecordExit?
just found reference it to it in Help and have been trying to trap some
errors at just such an event time but now can't find more on it. I've tried
putting in VB code but no luck. ?????????
i have a main form/subform setup with linked master/child fields.
need to trap whether fields on subform are null before user leaves current
main form record to go to another record. (i.e. PageUp, PageDown, mousewheel
roll up, acPrevious, etc)
my first approach was to put a test into main form's beforeupdate event but
that prevented user from actually entering the subform to enter data because
the main form's data is updated/saved when moving to subform. Caught in a
logic cycle that i can't seem to find a way out.
any suggestions are appreciated..
R. Hall
just found reference it to it in Help and have been trying to trap some
errors at just such an event time but now can't find more on it. I've tried
putting in VB code but no luck. ?????????
i have a main form/subform setup with linked master/child fields.
need to trap whether fields on subform are null before user leaves current
main form record to go to another record. (i.e. PageUp, PageDown, mousewheel
roll up, acPrevious, etc)
my first approach was to put a test into main form's beforeupdate event but
that prevented user from actually entering the subform to enter data because
the main form's data is updated/saved when moving to subform. Caught in a
logic cycle that i can't seem to find a way out.
any suggestions are appreciated..
R. Hall