R
Ross
Guest
I am using the DLookup function in a form in the following context:
varX = DLookup("[Foreman]", "LabourNormalRate", "[CompanyName] = " & ContractorName(X))
Unfortunatly, it does not accept the last bit, claiming that there is a missing operator. Any help would be much appriceated
Ross
varX = DLookup("[Foreman]", "LabourNormalRate", "[CompanyName] = " & ContractorName(X))
Unfortunatly, it does not accept the last bit, claiming that there is a missing operator. Any help would be much appriceated
Ross