I would do so by using MS Access and LINKing (not importing) in the Excel spreadsheets, then creating a UNION ALL query within Access to create a datasource for Crystal to use, as in:
select 'WKS1' DataSource, * from wks1
UNION ALL
select 'WKS2' DataSource, * from wks2
Now you have both sets of data and a column designating it's source.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.