C
Clddleopard
I have a form with 6 controls. I want the tab key to tab through the controls
in a single record (which I've got by setting Cycle to Current Record). When
I hit enter, I want to go to a specific control in the next record, no matter
which control I hit enter from. So, for example,
Control 1 tabs to Control 2 tabs to Control 3
I hit enter and go to Control 1
Control 1 tab to Control 2
I hit enter and go to Control 1
How does one accomplish this?
Currently my Move After Enter behavior for the database is Next Record, but
that makes the cursor go to then same control in the next record. (I'm in
control 2, I hit enter, I go to Control 2 in the next record).
Thanks for any help!
in a single record (which I've got by setting Cycle to Current Record). When
I hit enter, I want to go to a specific control in the next record, no matter
which control I hit enter from. So, for example,
Control 1 tabs to Control 2 tabs to Control 3
I hit enter and go to Control 1
Control 1 tab to Control 2
I hit enter and go to Control 1
How does one accomplish this?
Currently my Move After Enter behavior for the database is Next Record, but
that makes the cursor go to then same control in the next record. (I'm in
control 2, I hit enter, I go to Control 2 in the next record).
Thanks for any help!