Rob
|
| Posted: 07/22/2002, 11:23 AM |
|
I'm new to CC and was wondering how in CC can a pass a numeric value through a Radio button or a check box to the DB. Basically what Im trying to do is calculate the wins and losses for a tournament.
Any help is appreciated
|
|
|
 |
Drake
|
| Posted: 07/23/2002, 11:25 PM |
|
You can use a record form to submit the value to the database. Values in form controls such as radio buttons or checkboxes must be contained within HTML forms in order to be submitted.
|
|
|
 |
Rob
|
| Posted: 07/24/2002, 7:02 AM |
|
Cool Thanks for the help Drake
|
|
|
 |
|