G
Guest
a certain section of my a2k form has an option group with seven buttons with
data (Outcome_) values 1,...,7.
the first (1) and fifth (5) buttons each has two text controls adjoining
them which the user would need to complete given (s)he chooses either 1st or
5th.
buttons 2,3,4,6 and 7 each has only one text box.
i have thus far used autoorder to dictate the cursor's movement and in
testing the application find that when the user presses a button and hits
'tab' that the cursor jumps to the text control adjoining button #1 which is
ok when button #1 gets the vote but not as cool in the 6 remaining instances.
now, i know that this is just the frosting on the cake, but it'd be cool to
have my cursor given the sense of where to go.
i've observed the fact that as i scroll through the records with this form,
that if i place my cursor on the (text) field/control which occurs just
before the borders of the option group and hit the 'tab' key that the cursor
jumps to the depressed option group button. which is just fine!! when a user
typically comes to this part of the form, (s)he will likely as not be
pressing a button with a higher value than the one which was initially
available and wanting to fill in the control adjoining the newly selected's.
[in case that's not enough detail....the values of the option group's speak
to the history of folks who are being screened for entry into, and then
followed over time as they progress through the rigors, of human clinical
trials. the controls adjoining each button acquire the date that the status
(screened, registered, treatment begun, treatment ended, patient went off
study, patient died) occurred and in the instance of the screened and off
study, a combobox is completed with relevant addenda]
i know this is going to take a bit of vba, but as to which approach, well
that's y i'm writing.
anyone?
data (Outcome_) values 1,...,7.
the first (1) and fifth (5) buttons each has two text controls adjoining
them which the user would need to complete given (s)he chooses either 1st or
5th.
buttons 2,3,4,6 and 7 each has only one text box.
i have thus far used autoorder to dictate the cursor's movement and in
testing the application find that when the user presses a button and hits
'tab' that the cursor jumps to the text control adjoining button #1 which is
ok when button #1 gets the vote but not as cool in the 6 remaining instances.
now, i know that this is just the frosting on the cake, but it'd be cool to
have my cursor given the sense of where to go.
i've observed the fact that as i scroll through the records with this form,
that if i place my cursor on the (text) field/control which occurs just
before the borders of the option group and hit the 'tab' key that the cursor
jumps to the depressed option group button. which is just fine!! when a user
typically comes to this part of the form, (s)he will likely as not be
pressing a button with a higher value than the one which was initially
available and wanting to fill in the control adjoining the newly selected's.
[in case that's not enough detail....the values of the option group's speak
to the history of folks who are being screened for entry into, and then
followed over time as they progress through the rigors, of human clinical
trials. the controls adjoining each button acquire the date that the status
(screened, registered, treatment begun, treatment ended, patient went off
study, patient died) occurred and in the instance of the screened and off
study, a combobox is completed with relevant addenda]
i know this is going to take a bit of vba, but as to which approach, well
that's y i'm writing.
anyone?