any way to hide designer tabs?

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

Guest

Does anyone know of a way to hide the designer tabs. I'd like only Queries
and Reports to be viewable or clickable?
 
As far as I know, there is no way to hide just some of the tabs but not
others.

Why not make the database automatically start a form, when it opens?
The form could have a command button for each query & report. When the
user clicked a buton, code in the form would run the relevant query or
report. Check out the OnClick event (of a button), an the OpenQuery and
OpenReport mehods.

HTH,
TC
 
Back
Top