| | |
|
|
|
Page Down Key |
| message from =?Utf-8?B?U2hhcnJvbg==?= on 7 May 2004 |
When I am entering data, and do not need to fill in every field, I hit the page down key to go to the next new record. However, the cursor remains in the last field that was entered. How do I default the cursor to go to the first field when the page down key is entered?
|
| Byron replied to =?Utf-8?B?U2hhcnJvbg==?= on 7 May 2004 |
I am assuming that you are using a form for data entry
and not a datasheet. If this is the case, you can place
code in the OnCurrent event of the form that will put the
me.YourCtrlNameHere.Setfocus
HTH
Byron
every field, I hit the page down key to go to the next
new record. However, the cursor remains in the last
field that was entered. How do I default the cursor to
go to the first field when the page down key is entered?
|
| Damien McBain replied to Byron on 8 May 2004 |
What's the difference between that and:
Me!YourCtrlNameHere.Setfocus
ie using "!" instead of "." (I tend to use "!")
|
|
Archived message: Page Down Key (MS Access Database)