calculation on form

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
 
S

Steve Schapel

Warren,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top