K
ktdid
Hi everyone to whom I would say "I'm not worthy..."
I have data in a table in the following fields:
Item, customer, quantity, start date, end date, date designation.
The data looks like:
12345, smith, 100, 10/01/09, 10/01/09, day
12345, jones, 200, 10/01/09, 10/07/09, week
22222, smith, 50, 10/02/09, 10/02/09, day
22222, jones, 400, 10/02/09, 10/31/09, month
etc.
I need to export a summary of the data that looks like this:
10/01/09 10/01/09
10/02/09 10/07/09
Day Week
12345 Smith 100
12345 Jones 200
A crosstab query seemed ideal but I can only pick one of those columns. If
I concantenate these three fields the dates don't go in order (01/01/10 is
before 10/02/09.)
I looked at a pivot table and am a newbie here. At first I thought this
would work but I have to specifically pick the pivottable view, can't rid of
the total columns and can't export with a macro, only the export button from
the pivot table toolbar.
Can someone help me come up with a format/method I can use to export to
Excel in the format above? And, sorry, but I don't know how to write code -
queries and macros have been my friends up until now.
Thank you very much for your expertise!
I have data in a table in the following fields:
Item, customer, quantity, start date, end date, date designation.
The data looks like:
12345, smith, 100, 10/01/09, 10/01/09, day
12345, jones, 200, 10/01/09, 10/07/09, week
22222, smith, 50, 10/02/09, 10/02/09, day
22222, jones, 400, 10/02/09, 10/31/09, month
etc.
I need to export a summary of the data that looks like this:
10/01/09 10/01/09
10/02/09 10/07/09
Day Week
12345 Smith 100
12345 Jones 200
A crosstab query seemed ideal but I can only pick one of those columns. If
I concantenate these three fields the dates don't go in order (01/01/10 is
before 10/02/09.)
I looked at a pivot table and am a newbie here. At first I thought this
would work but I have to specifically pick the pivottable view, can't rid of
the total columns and can't export with a macro, only the export button from
the pivot table toolbar.
Can someone help me come up with a format/method I can use to export to
Excel in the format above? And, sorry, but I don't know how to write code -
queries and macros have been my friends up until now.
Thank you very much for your expertise!