Disability of everything except enter new record

joe789

Registered User.
Local time
Today, 13:09
Joined
Mar 22, 2001
Messages
154
Hi Folks,

I have a database where pretty much everything I know how to disable has been disabled so that the user cannot enter duplicates, cannot alter data once entered, cannot delete data already entered, cannot close out the form to get to the code, tables, or design view, password protected and encrypted, I even removed the navigation bar on the lower left of the screen so the user cannot see how many records exist or use that as a means to navigate thru the records. When the forms opens, it opens with a new record.

The only things I cannot find out how to disable would be in the Edit menu the Find -> Go To options ... granted, none of these data entry folks will probably use this option but if I was able to remove it or at least if used to go to the 'first' or 'previous' record to prevent that operation, that would be nice.

The other item I cannot find out how to disable is the Record -> Apply Filer/Sort option.

And lastly but least important, the Help menu.

Any help would be greatly appreciated.

Thank you,

Joe
 
I figured it out ... I just disabled the menu bar completely along with the above mentioned disables and now the data entry user can truly do nothing at all except enter data exactly as needs be and completely ... awesome

it is menubar = '=1' without the quotes in the properties section of the form :)
 

Users who are viewing this thread

Back
Top Bottom