New to Access

  • Thread starter Thread starter John
  • Start date Start date
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
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top