E
E.Q.
I hope this is an easy one for someone...
I have a text field that so far only has two options (though more may come).
I wanted to use option buttons on a form for data entry. The two possible
values for the field now are "Process" and "Equipment". I used the option
button wizard and, as I understand it, the wizard set the value associated
with the frame surronding the buttons to either 1 (for "Process") or 2
("equipment"), and it defaults to 1.
I tried to tie the output of the buttons to a bound text box control through
VBA. That sort of worked.
But I also tried to have the radio buttons display the value of the current
record as I paged through; evidently I don't know what event to use for that.
Any help will be appreciated.
[BTW - If my users want to add a third option down the road, I'd probably
end up running the wizard again.. would there be an easier way?]
Peace.
EQC
I have a text field that so far only has two options (though more may come).
I wanted to use option buttons on a form for data entry. The two possible
values for the field now are "Process" and "Equipment". I used the option
button wizard and, as I understand it, the wizard set the value associated
with the frame surronding the buttons to either 1 (for "Process") or 2
("equipment"), and it defaults to 1.
I tried to tie the output of the buttons to a bound text box control through
VBA. That sort of worked.
But I also tried to have the radio buttons display the value of the current
record as I paged through; evidently I don't know what event to use for that.
Any help will be appreciated.
[BTW - If my users want to add a third option down the road, I'd probably
end up running the wizard again.. would there be an easier way?]
Peace.
EQC