Modify existing Option Group structure?

G

Guest

I used the Option Group Wizard to create a customer satisfaction record page
with 4 ratings from Excellent to Poor, scoring 4 to 1 respectively.
There's an underlying table to store the scores, and a query to report upon
them.
It all looked great, then the boss asked me to add another option button for
N/A, which would score 0.
How do I modify the structure on the form to add a further checkbox option?
Thanks
CW
 
F

fredg

I used the Option Group Wizard to create a customer satisfaction record page
with 4 ratings from Excellent to Poor, scoring 4 to 1 respectively.
There's an underlying table to store the scores, and a query to report upon
them.
It all looked great, then the boss asked me to add another option button for
N/A, which would score 0.
How do I modify the structure on the form to add a further checkbox option?
Thanks
CW

Open the form in design view.
Click on the ToolBox Tool button.
Select the radio button and drag it inside the Option Group frame.
The button will have an Option Value of 5.
Select this new button.
Display it's property sheet.
Click on the Data tab.
Set the Option Value to 0.
Save the changes.
 
G

Guest

Open the form in design view.
Select the appropriate control type for the options in your existing group.
buttons, check boxes, or whatever the other options are. Put it in the list.
In the properties dialog, make the Caption N/A and the Option Value 0.
 

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

Top