hi
I have a such abig problem. i have to disable the shortcut keys (table, query, report, .....) except form. the user should just be able to open form and all other the shortcut should be disable.
i have one more problem and that is i want to disable my total field. i eman teh user cant enter any data in total fields. my total field is working under save buttom. i mean when i press teh save buttom it will calculate the total. it is working with got_focus.
thanks for any hellp
Go to Tools - Startup and there is an option there to disable shortcut keys and to hid the database window, etc.
To lock a user out of entering data in a calculated field you can set the field properties in the form to Enabled = No or Locked = Yes
Mary