I am creating a database with checkboxes and option prices. I want it so that
when they check the box it automatically tally the price of that particular
option at the bottom in another field. How can I accomplish this?
visdev1 - 28 Jan 2005 16:31 GMT
build a macro in the checkbox AfterUpdate event that tallies the price then
displays that value in a textbox.
> I am creating a database with checkboxes and option prices. I want it so that
> when they check the box it automatically tally the price of that particular
> option at the bottom in another field. How can I accomplish this?