Hiding Form View Toolbar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I was wondering if there is a way to hide the Form View Tool Bar (that has
design view, form view etc.). What I would like is that when users log in,
they can't see/dont have access to click design view etc. Please let me know
if there is a code that I can type and if so which event would I use. Thanks
in advance.
 
Try this on the OnLoad event of the form

DoCmd.ShowToolbar "Form View", acToolbarNo
 

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

Back
Top