Link to home
Start Free TrialLog in
Avatar of jocas
jocas

asked on

annoying web toolbar

I like the idea of using hyperlinks in Access to open forms, macros, etc.  However, I find the web toolbar that pops up all the time quite annoying; it negates the usefulness of a hyperlink.

Is there any way I can permanently hide or disable the web toolbar?  Or at least in my database?

Avatar of jocas
jocas

ASKER

Edited text of question.
ASKER CERTIFIED SOLUTION
Avatar of brewdog
brewdog

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jocas

ASKER

Access can't find the constant acShowToolbarNo.  Could you either give me the value or tell me what library I need to reference to?
Avatar of jocas

ASKER

Okay.  I think we have different versions of Access.  I'm developing in Access 97, and this is what the code should be:

DoCmd.ShowToolbar "Web", acToolbarNo

Thank you for your help.
jocas,

What brewdog meant was acToolbarNo, not acShowToolbarNo.

Brian
sorry about the missed syntax there. I was going from memory since I was sitting at a Mac at the time. :o)