B
BrianJSwain
I have an Access 2003 application in which custom toolbars are turned on an
off in VBA by using the commands:
DoCmd.ShowToolbar "Data search", <acToolbarNo>
I find that if I do not turn off a toolbar before the application closes,
and then start another application which uses the same toolbars, the toolbars
which were open when the previous application closed are displayed, even
though they have not been requested.
The applications were converted from Access 2000 where this behavior did not
occur.
Must I be sure to turn off all custom toolbars before closing the
application, or is there some other way of avoiding the problem?
Brian
off in VBA by using the commands:
DoCmd.ShowToolbar "Data search", <acToolbarNo>
I find that if I do not turn off a toolbar before the application closes,
and then start another application which uses the same toolbars, the toolbars
which were open when the previous application closed are displayed, even
though they have not been requested.
The applications were converted from Access 2000 where this behavior did not
occur.
Must I be sure to turn off all custom toolbars before closing the
application, or is there some other way of avoiding the problem?
Brian