I have an access database, and I'm trying to do a Dlookup on a query to pull information. Similar to a vlookup on excel.
Analyst Name: DLookUp("[Name]","Table2","[Analyst_ID]=" & [Analyst ID])
Analyst_ID and Name are located on Table 2 and give me the information I need. Analyst ID column is the raw data on table 1 and is the lookup value I wish to use.
The query runs but I get #Error
Please help!