B
bdl1973
I am opening a form using "DoCmd.OpenForm" from a command button's click
event within another open form. The form I am opening is unbound (no record
source) and is simply an input form (one textbox and one combo box) for a
couple pieces of missing information that the user will supply.
I noticed something odd happening with the form so I introduced a msgbox
prompt into the open and load events of the input form. From the prompts I
was able to determine that the open event did not execute and the load event
executed twice. Is this a bug? (This also happens occasionally with most of
my reports)
Any suggestions on a work around or a better approach would be greatly
appreciated.
Thank you,
bdl1973
event within another open form. The form I am opening is unbound (no record
source) and is simply an input form (one textbox and one combo box) for a
couple pieces of missing information that the user will supply.
I noticed something odd happening with the form so I introduced a msgbox
prompt into the open and load events of the input form. From the prompts I
was able to determine that the open event did not execute and the load event
executed twice. Is this a bug? (This also happens occasionally with most of
my reports)
Any suggestions on a work around or a better approach would be greatly
appreciated.
Thank you,
bdl1973