I have a Dlookup expression as follows:
=DLookUp("Price","TyreQuotes","DATNo=" & [Forms]![EquipmentData]![TyreDATNo])
in the Control Source of a text box where "Tyre Quotes" is a query, "Price" and "DATNo" are fields in the Query and "TyreDATNo" is the name of a textbox in the EqupmentData form.
All I get is a flickering "#error" showing in the box. It appears to be in a loop !!
Any help would be appreciated.
David
=DLookUp("Price","TyreQuotes","DATNo=" & [Forms]![EquipmentData]![TyreDATNo])
in the Control Source of a text box where "Tyre Quotes" is a query, "Price" and "DATNo" are fields in the Query and "TyreDATNo" is the name of a textbox in the EqupmentData form.
All I get is a flickering "#error" showing in the box. It appears to be in a loop !!
Any help would be appreciated.
David