S
sisyphus
Hi,
I have a bound form, with a linked subform between sets of the main form's
controls. (That is several of the bound controls appear above the subform
and several below.) When I want the focus to go to the sub form, the
form_before_update event for the main form gets triggered.
I am ready to move the subform to below all the main form controls - since I
have tried numerous solutions that have not worked - but I have it in the
middle for a good reason (follows the input form layout).
For example, I've tried finding an event that I could put in the
Form_Before_Update event subprocedure (e.g. subform gotfocus and onenter),
which would cancel the Form_Before_Update event if triggered. I have also
taken out the tab stops for the subform control and the main form's control
below the subform thinking that one of these tab stops was triggering the
Form_Before_Update.
Thanks.
I have a bound form, with a linked subform between sets of the main form's
controls. (That is several of the bound controls appear above the subform
and several below.) When I want the focus to go to the sub form, the
form_before_update event for the main form gets triggered.
I am ready to move the subform to below all the main form controls - since I
have tried numerous solutions that have not worked - but I have it in the
middle for a good reason (follows the input form layout).
For example, I've tried finding an event that I could put in the
Form_Before_Update event subprocedure (e.g. subform gotfocus and onenter),
which would cancel the Form_Before_Update event if triggered. I have also
taken out the tab stops for the subform control and the main form's control
below the subform thinking that one of these tab stops was triggering the
Form_Before_Update.
Thanks.