brahmabull525
Programmer
I have a form called XYZ that has a text box called Text1. I want to enter a value in Text1, then hit a command button that will start an update query. In the update query, the Text1 value is multiplied by a table field called Price and output in a field called Sale.
How is this accomplished? Please help!