I've got a form with two controls in particular called txtProduct and txtDescription. I have a separate tblProducts table which holds the products and descriptions.
When a user types in a prodcut code in the txtProduct box how can I get it to put the corresponding description from the table in the txtDescription box?
I can do it using a combo box to query the tbkProducts table and then populate the description depending on what they choose, but I don't want to do it that way as the users keep changing the data in the combo box thinking it's a 'lookup' field and don't realise they are changing the data.
Regards
Griff
When a user types in a prodcut code in the txtProduct box how can I get it to put the corresponding description from the table in the txtDescription box?
I can do it using a combo box to query the tbkProducts table and then populate the description depending on what they choose, but I don't want to do it that way as the users keep changing the data in the combo box thinking it's a 'lookup' field and don't realise they are changing the data.
Regards
Griff