I want to put some check boxes on a form that I have
created. When I select one of the check boxes I would like
the value of the check box stored in a table.
So to be more specific:
On the form there will be 3 check boxes:
1) Product x
2) Product y
3) Product z
When one of the check boxes is selected, I would like
the price of the product to be displayed in an exsisting
table.
product x price = 10
product y price = 20
product z price = 30
Any help is greatly appreciated.........
created. When I select one of the check boxes I would like
the value of the check box stored in a table.
So to be more specific:
On the form there will be 3 check boxes:
1) Product x
2) Product y
3) Product z
When one of the check boxes is selected, I would like
the price of the product to be displayed in an exsisting
table.
product x price = 10
product y price = 20
product z price = 30
Any help is greatly appreciated.........