G Guest Nov 19, 2004 #1 Can someone give me the code to turn the toolbar off by editing its value using VBA coding (initiating this from Access). Thank you.
Can someone give me the code to turn the toolbar off by editing its value using VBA coding (initiating this from Access). Thank you.
G Guest Nov 19, 2004 #2 In your VBA code, what about using... DoCmd.ShowToolbar "toolbarname", acToolbarNo This will turn on or off any Access toolbar. -LW
In your VBA code, what about using... DoCmd.ShowToolbar "toolbarname", acToolbarNo This will turn on or off any Access toolbar. -LW
G Guest Nov 19, 2004 #3 Sorry, guess I was not explicit enough. If I am in the application and the Office Assistant comes up, so does the Windows Taskbar. This is the taskbar I want to turn off in the VBA code. Thanks again.
Sorry, guess I was not explicit enough. If I am in the application and the Office Assistant comes up, so does the Windows Taskbar. This is the taskbar I want to turn off in the VBA code. Thanks again.