Hi all,
I need to make an urgent report that combines data from two datasources in the one report.
I have heard this is not as easy as it sounds. Basically I have the following:
one datasource connected via ODBC to an access database:
Fields:
Date
BodyNo
Weight
another datasource being a progress database connected via ODBC:
Fields:
Date
BodyNo
Weight
The two datasources can be linked by date and bodyno.
I want to have a very simple table showing each field in both datasources:
------------------------------------------------------------------------------
DB1.Date . DB2.Date . DB1.BodyNo . DB2.BodyNo . DB1.Weight . DB2.Weight
------------------------------------------------------------------------------
And so on.
How do I go about doing this? Can I use a subreport and still have the link between the data sources?
I need to make an urgent report that combines data from two datasources in the one report.
I have heard this is not as easy as it sounds. Basically I have the following:
one datasource connected via ODBC to an access database:
Fields:
Date
BodyNo
Weight
another datasource being a progress database connected via ODBC:
Fields:
Date
BodyNo
Weight
The two datasources can be linked by date and bodyno.
I want to have a very simple table showing each field in both datasources:
------------------------------------------------------------------------------
DB1.Date . DB2.Date . DB1.BodyNo . DB2.BodyNo . DB1.Weight . DB2.Weight
------------------------------------------------------------------------------
And so on.
How do I go about doing this? Can I use a subreport and still have the link between the data sources?