Report linking

  • Thread starter Thread starter Suzanne
  • Start date Start date
S

Suzanne

I currently have a report that is built off a table. That
table does not contain a field I wish to put in the report
but it is located in another table. Is it possible to pull
this field from another table without building a query
first?
 
Suzanne

Is the "other table" related to the one on which you base your report? If
not, why would you want to include unrelated data? If this is the case,
please provide a more concrete example.

If it is related, where's the problem? You can base a report on a query
instead of a table. You could create a new query, based on the two tables,
joined, and include the fields from each that you want in your report. Then
base the report (i.e., source) on the query.

Or have I misunderstood...?

Good luck

Jeff Boyce
<Access MVP>
 
Back
Top