Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1 report from multiple databases?

Status
Not open for further replies.

Wrecker

Technical User
Aug 29, 2001
126
US
I have several databases that are the same design,just collecting data from different machines. I would like to create a single report that gathers data from a query (in each database. Is this possible? Do I have to write code to open each database before I can run the report? Still learning....

Thanks
Wrecker
 
My approach would be to open a recordset on each remote database.

You could then write ther data to a single local temporary table & base your report on that

OR

If the report is simple enough - just calculate your values and populate the report.



G LS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top