Creating a report

T

tdshort

Is there a way to create a report by attaching information from several
queries. (Example: a text box with the following: =Query1(firstname).
 
J

JohnC

Yes, as long as the tables or queries can be linked with a common value. You
can either add other tables/queries buy clicking on the "..." (build) button
on the "Control Source" in the properties of the report itself and then
choosing the appropriate location. You can also add multiple sources by using
the wizard and cimply clicking "Back" when you have selected all the records
you need from the first table/query.
 
Top