Limit w/ Label Wizard

  • Thread starter Thread starter Clint Hill
  • Start date Start date
C

Clint Hill

Beginner (absolute)
How do I include fields from more than one table on a
label? Using the Label Wizard, I am limited to only one
table's values.

Thanks for your prompt response....
 
Make a query that combines all the tables/fields you need to use.
Make sure all the relationships between the tables are correct.
Use this query as the record source for the label wizard when the new report
dialog asks.
 
: Beginner (absolute)
: How do I include fields from more than one table on a
: label? Using the Label Wizard, I am limited to only one
: table's values.
:
: Thanks for your prompt response....

Forms and reports can only pull information form 1 source,
be it a table or a query. To use more than 1 source, tie
the information together in (an)other query and base the
report on that new query

HTH

Mike
 

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