ctrl + A

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi:

I have a memo box, some time I want to "sellect all" texts using CTRL+A, but
it seems doesn't work, and record goes back to first one.

Is there any way to let CTRL + A perform "sellect all"?

Thanks.

James
 
James said:
Hi:

I have a memo box, some time I want to "sellect all" texts using
CTRL+A, but it seems doesn't work, and record goes back to first one.

Is there any way to let CTRL + A perform "sellect all"?

Thanks.

James

In Access, Ctrl+A is defined as "Select All Records". This is a
standard behavior that the users may expect, especially since it's
documented on the Edit menu. You could probably use the control's
KeyDown event to override this behavior for this one text box, or you
may be able to override it for the entire application using an Autokeys
macro, but are you sure you want to override the standard behavior?
 
Thanks Dirk

I think I won't do that, because that might casue other problem which I
can't expect now.

Thanks.

James
 

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

Similar Threads


Back
Top