E
Ed Jordan
i am trying to make an event regestion data base and i want to know is there
any way to make a price table and use it to caculate costs on a form?
Eg.
I enter on a form:
Adults = 2
Kids = 3
than using data from the costs table
Adult price = 50
Kid Price = 25
it genertates the cost
Cost = Adults * Adult Price + Kids * Kids Price
....
Cost = 2 * 50 + 3 * 25
....
Cost = 175
So it displays 175 in a box at the bottom of the form
Thanks
Ed
any way to make a price table and use it to caculate costs on a form?
Eg.
I enter on a form:
Adults = 2
Kids = 3
than using data from the costs table
Adult price = 50
Kid Price = 25
it genertates the cost
Cost = Adults * Adult Price + Kids * Kids Price
....
Cost = 2 * 50 + 3 * 25
....
Cost = 175
So it displays 175 in a box at the bottom of the form
Thanks
Ed