option button and numbers

  • Thread starter Thread starter eleftheriak
  • Start date Start date
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
 
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).
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top