D
Dean
Gang,
Thanks in advance for any help.
I have an Access ADP using the new Tabbed Documents interface. I load a
form normally as the first window. A combo box on that form has a shortcut
menu that appears when a user right clicks the control. The menu command
calls a single function that runs a DoCmd.OpenForm "MyFormName". I have
removed all code and all controls on the second form. If the second form is
set to SplitFom as the default view, Access GPF's. Strangely, I can manually
open the second form by clicking it in the database container, or running the
exact same DoCmd.OpenForm command from the debug window.
There appears to be a bug in running this scenario from a short cut menu
command.
Does anyone have any ideas why this occurs?
Many thanks,
Dean
Thanks in advance for any help.
I have an Access ADP using the new Tabbed Documents interface. I load a
form normally as the first window. A combo box on that form has a shortcut
menu that appears when a user right clicks the control. The menu command
calls a single function that runs a DoCmd.OpenForm "MyFormName". I have
removed all code and all controls on the second form. If the second form is
set to SplitFom as the default view, Access GPF's. Strangely, I can manually
open the second form by clicking it in the database container, or running the
exact same DoCmd.OpenForm command from the debug window.
There appears to be a bug in running this scenario from a short cut menu
command.
Does anyone have any ideas why this occurs?
Many thanks,
Dean