Connect report with query

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Hi: How to connect a report which based on query. In my query data is
coming with multiple tables. And how to define fields in the report?


Thanks in advance.
 
Hi: How to connect a report which based on query. In my query data is
coming with multiple tables. And how to define fields in the report?


Thanks in advance.

I'm not sure what you want to "connect"!

A Report has a "Recordsource" property, which can be the name of a
table or, actually more commonly, the name of a Query.

All of the fields defined in the Query are available in the "field
list" in the report designer and can be added to the report as
textboxes (or other controls, rarely).

John W. Vinson[MVP]
 

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