THEJOESTER
Technical User
Hi I am building a reservations program with ticket sales. I have fields such as "adults", "seniors", children. These are also textboxes on a single form. Right next to these I have a textbox for each of them that shows the result of the textboxes times by the price. Then to add all the prices up I have "TotalPrice" textbox. My question is even though i have calculation for the control source on the "TotalPrice" textbox, can I somehow enter this into the table under the field "Total Price" Example:
Seniors(textbox) Price(textbox)(Control Source Seniors*52)
Adults(textbox) Price(textbox)(Control Source Adults*57)
Children(textbox) Price(textbox)(Control Source Children*37)
TotalPrice(Textbox) Control Source: [Seniors]+[Adults]+[Children]
(I need this result to be entered into the table)
PLEASE HELP, THANKS
Seniors(textbox) Price(textbox)(Control Source Seniors*52)
Adults(textbox) Price(textbox)(Control Source Adults*57)
Children(textbox) Price(textbox)(Control Source Children*37)
TotalPrice(Textbox) Control Source: [Seniors]+[Adults]+[Children]
(I need this result to be entered into the table)
PLEASE HELP, THANKS