Connecting Tech Pros Worldwide Forums | Help | Site Map

disable shorcut keys, disable total field

Member
 
Join Date: Feb 2007
Posts: 94
#1: Feb 27 '07
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

msquared's Avatar
Administrator
 
Join Date: Aug 2006
Location: Dublin, Ireland
Posts: 10,886
#2: Feb 27 '07

re: disable shorcut keys, disable total field


Quote:

Originally Posted by voroojak

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
Member
 
Join Date: Feb 2007
Posts: 94
#3: Feb 27 '07

re: disable shorcut keys, disable total field


Hi
Thanks for your help. but what i need is just enable the shortcut keys and also not all of the. I just need that the form short cut be enable and the rest be disable. if i do what you said the whole window data base would get disappear. i want the window database be enable, just the form short cut key be enable but table, query and report , macro,.. be disable.

thanks alot
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,730
#4: Feb 28 '07

re: disable shorcut keys, disable total field


Have a little think about it voroojak.
If you disable showing of the database window, you can then set a form to open automatically. From this form you need to arrange to link to any others. Typically you would use the 'Switchboard Wizard' to create one of these forms. Does that help?
Reply