S
Susan
I want to create a table with the following info:
customer number
product
jan
feb
mar
apr
etc.
There are duplicate customers and duplicate products, but
there is only one customer number/product combination. I
have a download each month with 3 fields: customer
number, product, Jan. How do I join the next month's
download (customer number, product, Feb) into the same
table? I tried to create two separate tables (one for
Jan and one for Feb) and join them, but I only get data
where there's the same product in both tables. Any ideas
would be appreciated!
customer number
product
jan
feb
mar
apr
etc.
There are duplicate customers and duplicate products, but
there is only one customer number/product combination. I
have a download each month with 3 fields: customer
number, product, Jan. How do I join the next month's
download (customer number, product, Feb) into the same
table? I tried to create two separate tables (one for
Jan and one for Feb) and join them, but I only get data
where there's the same product in both tables. Any ideas
would be appreciated!