DLOOKUP returning error

  • Thread starter Thread starter garethg
  • Start date Start date
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
 
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
 
Back
Top