I have a name of a supervisor on my form. I want to use DLookup to retrieve the supervisor's email from another table. I tried ...
=DLookup("[OfficialEmail]", "tblAlphaRoster", "Supervisor = SupvrName")
I want to Look up [OfficialEmail] from tblAlphaRoster in which a field from tblAlphaRoster [Supervisor] matches a field in my current form [SupvrName]
Where am I going wrong?
=DLookup("[OfficialEmail]", "tblAlphaRoster", "Supervisor = SupvrName")
I want to Look up [OfficialEmail] from tblAlphaRoster in which a field from tblAlphaRoster [Supervisor] matches a field in my current form [SupvrName]
Where am I going wrong?