I have a table (tblListing) that has:
Listing (a number representing an ad)
StartDate (date ad starts)
EndDate (date ad ends)
Cost (price or ad)
most ads run for 12 months (for example start may be something like 2/1/05 and end is 1/31/06)
what I need to do is list by month, the cost of each ad.
To make the math easy, let's just say all ads are 12 months and $1200 per year (which they arent)
Here is what my report needs to have:
(for this example Jan-Dec is 2006 and row 1 is for 4/1/05 to 3/31/06. Row 2 is 8/1/05 to 7/30/06)
AD#----JAN--FEB--MAR--APR--MAY--LUN--JUL--AUG--SEP--NOV--DEC
123----100--100--100
222----100--100--100--100--100--100--100
etc -
the "--" is just to hold the places (not needed on report)
anyway - any ideas on how I can do this?
I have several thousand Ads - and would like to get this into Excel
Listing (a number representing an ad)
StartDate (date ad starts)
EndDate (date ad ends)
Cost (price or ad)
most ads run for 12 months (for example start may be something like 2/1/05 and end is 1/31/06)
what I need to do is list by month, the cost of each ad.
To make the math easy, let's just say all ads are 12 months and $1200 per year (which they arent)
Here is what my report needs to have:
(for this example Jan-Dec is 2006 and row 1 is for 4/1/05 to 3/31/06. Row 2 is 8/1/05 to 7/30/06)
AD#----JAN--FEB--MAR--APR--MAY--LUN--JUL--AUG--SEP--NOV--DEC
123----100--100--100
222----100--100--100--100--100--100--100
etc -
the "--" is just to hold the places (not needed on report)
anyway - any ideas on how I can do this?
I have several thousand Ads - and would like to get this into Excel