F
ftwguy
I'm struggling with a report. I have 5 different .mdb files to pull data
from to make 1 report. I linked the tables, and tried to create a report but
the report only allows 1 record control source. That leaves out the date
from 4 tables. Basically, my report will have 1 customer listed with
customer ID, name, location. Below that will be the product purchased. All
5 mdb files have duplicate customers, but different products.
The Report ought to look like:
DFW123
ABC Company
123 Anywhere Street
Dallas, Texas 76210
Snack food 500 units
Soft Drink 300 units
Ice Cream 150 units
Milk 700 units
Water 600 units
Note: (the various units come from the 5 tables as record source, but Access
only allows one record source)
Presently, if I select tabel 1 as record source, then all I get is table 1
results and all the others show as an error.
I thought I'd try placing all the data info into 1 primary table, then
create a report. However, since I have necessary duplicates in the Customer
ID, then Access creates one report for each.
from to make 1 report. I linked the tables, and tried to create a report but
the report only allows 1 record control source. That leaves out the date
from 4 tables. Basically, my report will have 1 customer listed with
customer ID, name, location. Below that will be the product purchased. All
5 mdb files have duplicate customers, but different products.
The Report ought to look like:
DFW123
ABC Company
123 Anywhere Street
Dallas, Texas 76210
Snack food 500 units
Soft Drink 300 units
Ice Cream 150 units
Milk 700 units
Water 600 units
Note: (the various units come from the 5 tables as record source, but Access
only allows one record source)
Presently, if I select tabel 1 as record source, then all I get is table 1
results and all the others show as an error.
I thought I'd try placing all the data info into 1 primary table, then
create a report. However, since I have necessary duplicates in the Customer
ID, then Access creates one report for each.