J
John S
I need to merge two reports coming from two different databases. The
reporting tool that I use allows me to export the report to a csv file,
which allows me to work with it in either Excel or Access. I need to pull
from two seperate databases since one gives me the employee roll ups, the
other one allows me to pull sales by outlet. The joins in the database that
I pull the sales from are not great, so I can only pull outlets with sales.
Any outlets without sales fail to show up on this report and the roll ups
are not available in this database. Here are the basic report columns that
I am pulling:
1st report:
Mgr | Employee | CompanyName | CompanyID | OutletID | OutletName
2nd report:
OuletID | Sales
The first report is a roster of all Outlet ID's, where as the second report
only contains Outlet ID's with sales.
What I need to do is merge the reports so the columns are like this:
Mgr | Employee | CompanyName | CompanyID | OutletID | OutletName | Sales
The problem that I am encountering is that when I import the data from the
second report into the first report, the data from the first report shows
up as extra rows with blank fields for the fields not in the first report.
Any ideas? By the way, I don't have administrative privileges on my PC, so
please don't refer me to a third party add on. Step by step instructions
would be most appreciated.
Thanks!
reporting tool that I use allows me to export the report to a csv file,
which allows me to work with it in either Excel or Access. I need to pull
from two seperate databases since one gives me the employee roll ups, the
other one allows me to pull sales by outlet. The joins in the database that
I pull the sales from are not great, so I can only pull outlets with sales.
Any outlets without sales fail to show up on this report and the roll ups
are not available in this database. Here are the basic report columns that
I am pulling:
1st report:
Mgr | Employee | CompanyName | CompanyID | OutletID | OutletName
2nd report:
OuletID | Sales
The first report is a roster of all Outlet ID's, where as the second report
only contains Outlet ID's with sales.
What I need to do is merge the reports so the columns are like this:
Mgr | Employee | CompanyName | CompanyID | OutletID | OutletName | Sales
The problem that I am encountering is that when I import the data from the
second report into the first report, the data from the first report shows
up as extra rows with blank fields for the fields not in the first report.
Any ideas? By the way, I don't have administrative privileges on my PC, so
please don't refer me to a third party add on. Step by step instructions
would be most appreciated.
Thanks!