Hello,
Its been awhile since I have done something like this. I need a little help from the experts. I am doing an exercise that will calculate the bill for a doughnut shop and eventually I am going to use relational tables wants the program gets big enough. BUt first, I like to keep it simple and fun.
I have a form with two cboboxes(cbodoughnuts, cboBeverages) I have two tables (tblDoughnuts, tblBeverages)
tblDOughnuts has two fields(fldDoughnuts, fldPrice)
tblBeverages has two fields(fldBeverages, fldPrice)
Each of the cboboxes are populated with the correct listed items such as glaze, powder, juice, and coffee.
My question is how can I assign a price for each of the items so that when the user makes the selections in the cboboxes a price will get totaled when I hit a button.
thanks in advance.
Its been awhile since I have done something like this. I need a little help from the experts. I am doing an exercise that will calculate the bill for a doughnut shop and eventually I am going to use relational tables wants the program gets big enough. BUt first, I like to keep it simple and fun.
I have a form with two cboboxes(cbodoughnuts, cboBeverages) I have two tables (tblDoughnuts, tblBeverages)
tblDOughnuts has two fields(fldDoughnuts, fldPrice)
tblBeverages has two fields(fldBeverages, fldPrice)
Each of the cboboxes are populated with the correct listed items such as glaze, powder, juice, and coffee.
My question is how can I assign a price for each of the items so that when the user makes the selections in the cboboxes a price will get totaled when I hit a button.
thanks in advance.