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 !
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 !