Toolbar Errors

G

Guest

The statements below work fine in Access 2000 to 2003, but not in 2007. Were
these statements removed ? Does any application which references toolbars
have to be rewritten ? What is the solution ? Thank you.



DoCmd.ShowToolbar "Page View", acToolbarNo
Application.CommandBars("File").Controls("Exit").Enabled = False



BrerGoose
 
G

Guest

What about CommandBars objects ?

DoCmd.ShowToolbar "Page View", acToolbarNo
Application.CommandBars("File").Controls("Exit").Enabled = False

BrerGoose
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top