Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

table based on option groups - howto?

Status
Not open for further replies.

munger

Programmer
Feb 28, 2001
23
IL
You are all so helpful out there!

I have a form with several option groups and I would like to make a table to store the values clicked on the form.

I don't know how to make a table that connects to such a form.

Any helpers?
 
The optiongroup has a value corresponding to the value of the selected option button. You can set these values in the properties-window of the option button.
Your table just needs a numeric field for each option-group.
Set the datasource for each group on your form to the corresponding field.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top