Is it possible to combine data from several Access databases (with identical tables and fields, but with different data) into one report?
Example:
Database1
Products
ID Offset
#001 0.1
#002 0.2
#003 0.3
...
Database2
Products
ID Offset
#001 0.4
#005 0.5
#008 0.6
...
Can I grab all of the Offset data corresponing to product ID #001 lump it together in a report?
Example:
Database1
Products
ID Offset
#001 0.1
#002 0.2
#003 0.3
...
Database2
Products
ID Offset
#001 0.4
#005 0.5
#008 0.6
...
Can I grab all of the Offset data corresponing to product ID #001 lump it together in a report?