calculation on form

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

Guest

I have a list f text boxes for different prices of things, ie: Base Price,
Rental Item Fee, Delivery, etc. I created an unbound Total due text box for a
total of all the previous boxes. What is happening is that when i go to a
blank order form and start entering cost the Total Due will not calculate
unless I Go to design view and then go back to the open view. Anyone have any
ideas as to how to make it calculate as I enter the data. Thank You In Advance
 
Warren,

Code like this on the After Update event of the Price textbox should do
it...
Me.Recalc
 
Back
Top