Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing all Tool bars on startup.

Status
Not open for further replies.
Jul 4, 2004
42
0
0
GB
Hello.

I have a FORM attached to a TABLE with several persons inputting fresh data. Each record has a AUTO NUMBER record.

I wish to restrict the users to only see the record they are entering and not to see any previouly entered records.

I have removed the RECORD SELECTORS but the records can still viewed by rolling the roller on the mouse. They can also be viewed via the tool bars, EDIT - SELECT RECORDS ect. Again I have removed all the tick boxes on the START UP options.

Any advice would be good.

Thanks

John
 
You could try:

1. Application.CommandBars("Menu bar").Enabled = False
2. or, Disable them in the startup setting (tools/startup...)

Pampers [afro]
Keeping it simple can be complicated
 
On the form's properties:

Data Entry YES
Pop Up YES
Modal YES

The form will load with a blank record. While the menu bar will be visible, the user cannot open them up.


The Missinglinq

There's ALWAYS more than one way to skin a cat!
 
Hi All.

Your methods work a treat.

Thanks for your assistance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top