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