Adding Based on Option Price

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
build a macro in the checkbox AfterUpdate event that tallies the price then
displays that value in a textbox.
 
Back
Top