Control keystrokes ?

R

rob

I am using a Continuous view form, some attributes described below...

The detail section of the form contains 1 row of twelve boxes representing
months. Assume there are 5 rows of data in the underlying query (using
bound form). If the cursor is on row 2 month 5, if I press the right arrow
key, the cursor moves one textbox to the right, likewise, if I press the
left arrow key, the cursor moves one textbox to the left. However,
pressing the Up arrow key moves the cursor one textbox to the left, and
pressing the Down arrow key moves the cursor one textbox to the right. I
understand why it works this way (this is a database, not a spreadsheet),
however, is there a way to program the cursor to move Up one row or Down one
row ?

Thanks !
 
A

Art

Hi Rob,
Microsoft Access 2000 Power Programming by F Scott
Barker published by SAMS, page 332 describes how to do
this and provides the code. A library might have this but
it is a really good book to own.

Hope This Helps
 

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

Top