New to Access

J

John

I know very little about Access, I have a Access 97 data base that when it
starts up it turns off the number and caps lock on the keyboard. I need to
have the numbers and caps lock on. Could you please tell me how to do this
Thank You
John
 
D

Damian S

Hi John,

Open your database window (either press F11 or hold the shift key down while
opening it). Right click and select Startup - see what form is being opened.
It may also be an autoexec macro.

Open the item in design view and look through the code - find the code that
is switching off your caps and numlock and delete it (comment it out by using
a single quote perhaps) ' like this

Save it, reopen and see how it goes.

Hope this helps.

Damian.
 
I

i_takeuti

John said:
I know very little about Access, I have a Access 97 data base that when it
starts up it turns off the number and caps lock on the keyboard. I need to
have the numbers and caps lock on. Could you please tell me how to do this
Thank You
John
 
Top