Ctrl-c, Ctrl-x, Ctrl-v

ajb_1976

Registered User.
Local time
Today, 05:28
Joined
Feb 25, 2005
Messages
34
Does anyone know why the copy, cut and paste shortcut keys would stop working in an access mdb?

I can still right mouse click and select copy, cut and paste as i can from the Edit Menu but cannot use the CTRL C,X,V keys.

The mdb is running for users in a Windows 2000 terminal server environment, but the problem resides on the console aswell.

Any ideas would be greatly appreciated.

Thanks
 
ajb,

You probably have a form event trapping those keys. Get your form in
Design view and look for the KeyDown and/or KeyPress events.

Wayne
 
ajb,

You probably have a autokeys macro trapping those keys. Remove or rename.

Guus
 
ajb,

You probably have a autokeys macro trapping those keys. Remove or rename.

Guus
 

Users who are viewing this thread

Back
Top Bottom