Hi everyone,
I have a subform [frmOrderDetailsSubform] on which I am trying to use DLookup as the controlsource for a field to look up the [OnHand] field in my query [qryOnHand2].
=DLookUp("[OnHand]","[qryOnHand2]","[Code] = Forms![frmOrderDetailsSubform]![Code]")
This works fine when I open...