I want to use DLookup for two criteria. First will be AutoNo = AutoNo, a field in a table to match the field on the form and where another field HWType = "Monitor". I tried this but get nothing in return.
DLookup("[SerialNo]", "tblHardware", "[AutoNo] = " & [AutoNo] & [HWType] = "Monitor")
Thanks, Lisa
DLookup("[SerialNo]", "tblHardware", "[AutoNo] = " & [AutoNo] & [HWType] = "Monitor")
Thanks, Lisa