fatkid77
09-12-2000, 06:12 AM
I have an form that has an Combo box,option group and a textbox.
Combo Box for Store Name
Option Group
()Apple
()Oranges
()Pears
and a text box to display the cost depending on the store.
All this data is stored in another table Customers.
In a table i have a cost for each of these depending on the Store.
tblStore
fldStoreName
fldApple
fldOrange
fldPears
I want to be able to check the appropiate check box (either apple,oranges,pears) and show the cost for that store (from the combo box)
Hopefully this makes sense.
Please help
Combo Box for Store Name
Option Group
()Apple
()Oranges
()Pears
and a text box to display the cost depending on the store.
All this data is stored in another table Customers.
In a table i have a cost for each of these depending on the Store.
tblStore
fldStoreName
fldApple
fldOrange
fldPears
I want to be able to check the appropiate check box (either apple,oranges,pears) and show the cost for that store (from the combo box)
Hopefully this makes sense.
Please help