M
mscertified
I have a main form containing a subform.
All of the data used to be on the main form but because some of the data was
separated out into a separate table, it is now in the subform.
The user used to be able to tab thru the entire form and also hit escape to
undo everything - now these things seem problematical.
Do I understand correctly that before the user can click in the subform, the
main forms 'before update' event must finish. And also before the user can
exit from the subdform back to the main form, the subforms 'before update'
event must finish?
I guess this means that hitting escaope to undo everything becomes much more
complex?
All of the data used to be on the main form but because some of the data was
separated out into a separate table, it is now in the subform.
The user used to be able to tab thru the entire form and also hit escape to
undo everything - now these things seem problematical.
Do I understand correctly that before the user can click in the subform, the
main forms 'before update' event must finish. And also before the user can
exit from the subdform back to the main form, the subforms 'before update'
event must finish?
I guess this means that hitting escaope to undo everything becomes much more
complex?