Hey there,
I have master table for items "TblItem"
i am using combo box look up at form to insert data where i need to find the length of item from master table if [LenghtMtr]
i am using this function:
LengthMtr = DLookup("LengthMtr", "tblItem", "ItemID =" & ItemID)
Error is:
Runtime Error "3075"
Syntax Error (missing operator) in query expression 'ItemID = Pipe ES300'
please advise whats wrong with it?
thanks
zee