I created a function in a module shown below:
Function GetEmail()
'GetEmail= DLookup("ManagerEmail", "tblLocations", "Location='" & Me.Location & "'")
End Function
I wanted to use this in multiple forms/reports. No matter where it's is used, the form/report will always has a 'Location'...