Using more than one Field List

  • Thread starter Thread starter Mel
  • Start date Start date
Can you use more than one field list in creating a report?

Thank you for your help!

Mel

No.
Make a query that includes the other tables (if you can).
Make sure the Relationships are established.
Make the query the record source for the report.
The additional fields are now in the Field List.

However, you can use DLookUp(), DSum(), etc., to get data from a field
even if it is not in the report field list.

Look up the DLookUp function in VBA help.
 
Only if the other field list is linked in the query that
you are running the report from
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top