Cursor Action

  • Thread starter Thread starter imbd4a
  • Start date Start date
I

imbd4a

I am using a subform that is designed to look somewhat like a spread sheet
for ease of data entry use ( looks and feels something like the datasheet
view but not).

Anyway I can control the cursor navigation left and right thru the record
fields by Tab Order easy enough using the tab key. However, is there anyway
to use the arrow controls to do the same but especially to navigate up and
down thru the columns ?

Thanks
Brian
 
If you're using something like an excel spreadsheet you can using
Automation.. I believe you can write something like Range("A32").activate
and that will shift the cursor to A32

hope that helps...
Kailash Kalyani
Developer Support Enginer
ITWorx on behalf of Microsoft EMEA GTSC
 
imbd4a said:
I am using a subform that is designed to look somewhat like a spread sheet
for ease of data entry use ( looks and feels something like the datasheet
view but not).

Anyway I can control the cursor navigation left and right thru the record
fields by Tab Order easy enough using the tab key. However, is there anyway
to use the arrow controls to do the same but especially to navigate up and
down thru the columns ?

Go to Tools ... Options ... Keyboard tab

Set Move after enter to Next Field

I also set Behavior After Entering Field to end of field. The arrow keys
will work just like on a spreadsheet.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Thanks Arvin
But that still won't get me there. The left right arrows work alright but I
still can't get the up / down arrow keys to navigate up and down the columns
of the tabular form. Works ok in datasheet view .
Thanks
 

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