digilantis
Technical User
Having difficulty with 2 unbound controls on a form. One is a combo (cboCanister) populated by a query, the second is textBox (txtQTY) which allows direct user input.
First problem is the textbox. After the user enters the value and exits the box, the onExit Event fires and sends an Id from a bound combo (cboProductCode) on the form
and the user input from txtQTY to Sub GetUnitPrice And returns the value to txtUnitPrice. That works fine on the first record. The problem is on the second entry the value in txtQTY updates txtQTY in record one to the same.
The same thing is happening with cboCanister, first record is fine, second record updates value for cboCanister in record one--what am I doin wrong??
thanks
First problem is the textbox. After the user enters the value and exits the box, the onExit Event fires and sends an Id from a bound combo (cboProductCode) on the form
and the user input from txtQTY to Sub GetUnitPrice And returns the value to txtUnitPrice. That works fine on the first record. The problem is on the second entry the value in txtQTY updates txtQTY in record one to the same.
The same thing is happening with cboCanister, first record is fine, second record updates value for cboCanister in record one--what am I doin wrong??
thanks