JeffreyDavid
Registered User.
- Local time
- Today, 11:34
- Joined
- Dec 23, 2003
- Messages
- 63

I have a form with some bound text boxes, 1 - Qty, 1 -PriceEach, 1 - ExtendedPrice. In my ExtendedPrice text box, I want to multiply the Qty by the PriceEach and have it display in the bound ExtendedPrice text box. If I put '=[Qty]*[PriceEach]' in the Control Source then the text box is not bound to the ExtendedPrice field, the calculation works but the text box is not bound. Should I put it in the AfterUpdate property of the PriceEach text box? Not too sure where to put the calculation code.