Missing Toolbar

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

In a multiuser setting on split db, one user has "lost" the db toolbar.
Yesterday, the toolbar was available and this morning when logging in to db
and opening form, the toolbar was missing. In startup, "Allow Built-In
Toolbars" is checked.
Can someone please tell me how to get the toolbar to appear and what may
have made it disappear in the first place?

Thanks in advance for your help,
Pam
 
right click on the menu bar & reinstate it.
Normally, I'd considered it a good thing if the users haven't got access to
the built in toolbars <g>

Pieter
 
We tried that - no luck. This user is pretty cool. He uses the db as he
should and needs to have access to basic db toolbar. I have others locked
out.
Do you have any other suggestions? This is really weird that only he
doesn't have the toolbar.
Thanks for your help,
Pam


"Pieter Wijnen"
 
Then try to right click the menu bar, customize , select Database
if still no go right click the menu bar, customize, reset

HtH

Pieter
 
Ok, one last try
in the debug window (^g) type
Access.Commandbars("Database").Visible = True

Pieter
 
Pieter,

Do I need to be on any particular form to enter this line of code? I'm not
sure what you mean by "in the debug window (^g)". I'm familiar with adding
code thru procedures.
This is very frustrating. I can go to this users computer and log on with
my name and password and the toolbar appears. With his name, it doesn't -
and the funny thing is..it was working until the day I posted message.
Thanks again for your time and I'm hoping you'll give more detailed
explanation.
Pam

"Pieter Wijnen"
 
Just hit Control + G to bring up the debug window
You can also make a function, offcourse

Pieter
 
Back
Top