Why can I see tabs, but my users can't

R

Rosemary

I have a tab control with 6 tabs on it. I see and can move through the tabs
with no problem, but my users only see the 1st tab.
 
C

CrazyAccessProgrammer

That's a strange one. Do you also see the tabs when you run the form (as
opposed to seeing them in Design View)? If you don't maybe your tabs' visible
property is set to No.
 
J

Jim Burke in Novi

I would think there has to be some VBA code that is setting the visible
property of the tabs, possibly based on userid. Go into the VBA code for that
form and do a search on tabName.visible, where 'tabname' is the name of one
of the individual tabs that is being hidden for that user.
 

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