Lookup Fields for Report

  • Thread starter Thread starter Kiedra Taylor via AccessMonster.com
  • Start date Start date
K

Kiedra Taylor via AccessMonster.com

I am attempting to add lookup fields to my report. The report is based on
a query and the fields that I would like to include in my report are in a
seperate but similar query. The two combined will not return the desired
results. What expression should I use to retrieve the information from the
other query?
 
Modify the report's query to join to the lookup tables. Use left joins if
the fks to the lookup tables are not required.
 
Back
Top