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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

push 2 different tables into report (vs 2003 version of cr)

Status
Not open for further replies.

dhainswo

Programmer
Apr 29, 2005
1
US
I prefer pushing data into crystal reports, but what to do when you must push 2 different tables?
 
I don't know of a version 2003.

If you have 2 different datasets, then Crystal is the wrong tool for you, it uses one at a time.

You might work around this by creating a Union All query to combine the data into one and then push that data, but understand that Crystal wouldn't know which data to use if you sent it two sets of data.


A Union All is a good fit for SQL databases, if you do not have a SQL database, then post your database type (you always should anyway).

-k
-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top