option button and numbers

E

eleftheriak

Hi all,

I want to get the number from my field in the table if it 1 the option
button 1 to be checked if 2 the second one to be checked. Any idea how
to do that?

Thanks in advance

Riri
 
V

Van T. Dinh

Create an OptionGroup on your Form with 2 CheckBoxes / RadioButtons and
assign values 1 & 2 to the buttons and bind your Field to the OptionGroup.

Check Access Help on Option Group (or Option Frame).
 
K

Keith W

Hi all,

I want to get the number from my field in the table if it 1 the option
button 1 to be checked if 2 the second one to be checked. Any idea how
to do that?

Thanks in advance

Riri
Bind the option group to the field containing the numbers and give each
option button a corresponding value on the 'data' tab in form design mode.

Keith.
www.keithwilby.com
 
Top