Deselect after using Zoom

  • Thread starter Thread starter Arturo
  • Start date Start date
A

Arturo

I am using DoCmd.RunCommand acCmdZoomBox to open a field for viewing. After
opening, the entire field is selected/highlighted. How do I get Access to
deselect the entire field and go to the beginning of the field without
highlighting anything?

Thank you.
 
Arturo said:
I am using DoCmd.RunCommand acCmdZoomBox to open a field for viewing. After
opening, the entire field is selected/highlighted. How do I get Access to
deselect the entire field and go to the beginning of the field without
highlighting anything?

It's done the same way that you control the cursor in the field:

Tools >>> Options >>> Keyboard tab

click on Go to start of field in the option group Behavior entering field.
 
Can you do it with VBA instead? I don't want the user to have to do anything.
There could be several hundred users.
 
Thanks again. that worked very well. Also, it won't be concurrent users.
There will be 5 to 10 at serveral locations.
 

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

Zoom box end of text 1
DoubleClick event 3
zoom command 1
Zoom Box Font 4
Zoom box 3
Need help in list box 4
Access runtime 2007 and acCmdZoombox 1
renaming an object 1

Back
Top