J
Jennifer
I want to create a dlookup to look up a District Code
=DLookUp("[DistrictCode]","[tblDistrict]","[ManagerID] = " & [ManagerID])
tbldistrict has the DistrictCode and District ID
tblManagerDistrict has the ManagerID and District ID
The form has the Manager ID it needs to link to.
Can I set the criteria to 2 different tables?
=DLookUp("[DistrictCode]","[tblDistrict]","[ManagerID] = " & [ManagerID])
tbldistrict has the DistrictCode and District ID
tblManagerDistrict has the ManagerID and District ID
The form has the Manager ID it needs to link to.
Can I set the criteria to 2 different tables?