K
KC_Cheer_Coach
The database that I thought would take me 2 weeks has taken me much longer. I
have two files that I import from .csv pipe delimeted into Access 2003. Table
1 is called CURRENT and Table 2 is called PREVIOUS. They are exactly the same
except that one has the current month's account info and one has the previous
month's accounts info.
The columns in each table are as follows: master, subacct, description,
custid, custdiscount, masterdiscount.
I need to create a comparison where I get ALL information from each table
and return a table with the following: master, subacct, description, custid,
previous.custdiscount, current.custdiscount, previous.masterdiscount,
current.masterdiscount, custdiscount difference, masterdiscount difference.
This should be easy, right? Left Join Current on Previous, Left Join
Previous on Current, Inner Join Current on Previous, stick them together in
one table, run a duplicate query and spit it out. Alas, what I thought should
just work...isn't. I am really making a mess over here.
Suggestions?
have two files that I import from .csv pipe delimeted into Access 2003. Table
1 is called CURRENT and Table 2 is called PREVIOUS. They are exactly the same
except that one has the current month's account info and one has the previous
month's accounts info.
The columns in each table are as follows: master, subacct, description,
custid, custdiscount, masterdiscount.
I need to create a comparison where I get ALL information from each table
and return a table with the following: master, subacct, description, custid,
previous.custdiscount, current.custdiscount, previous.masterdiscount,
current.masterdiscount, custdiscount difference, masterdiscount difference.
This should be easy, right? Left Join Current on Previous, Left Join
Previous on Current, Inner Join Current on Previous, stick them together in
one table, run a duplicate query and spit it out. Alas, what I thought should
just work...isn't. I am really making a mess over here.
Suggestions?