DLOOKUP returning error

G

garethg

Use dlookup to match a product description against an id obtained from
combo box.
However every time I change the product ID, the text box needs to b
refreshed to reflect the new product description, how can I do this?
Gareth
 
N

Nikos Yannacopoulos

Gareth,

Use the On Change event of the combo to fire a macro or a line of code that
runs a Requery action/method on the description control.

HTH,
Nikos
 
Top