Adding Based on Option Price

C

C.C.

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?
 
V

visdev1

build a macro in the checkbox AfterUpdate event that tallies the price then
displays that value in a textbox.
 
Top