Change registry value in code

W

Wylie C

Can someone give me the code to turn the toolbar off by editing its value
using VBA coding (initiating this from Access).
Thank you.
 
L

LW

In your VBA code, what about using...
DoCmd.ShowToolbar "toolbarname", acToolbarNo
This will turn on or off any Access toolbar.
-LW
 
W

Wylie C

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.
 
Top