Report Generation

  • Thread starter Thread starter Guest
  • Start date Start date
Create a query that contains the Product table as well as the other table(s)
you need.

In the query, choose all the fields you want, including the
ProductDescription field.

Set the RecordSource property of your report to this query.

Since the ProductDescription is in the report's source query, you can now
display it in a text box on your report.
 

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