G
ghetto_banjo
Ok i am having trouble wrapping my brain around this one.
I have a table, tblTotals, with Fields: Station, WeekEnd, Revenue.
(text, date, number respectively).
The WeekEnd date is always a Friday. Here is some example data:
ATL 1/9/2009 2000
BWI 1/9/2009 5000
LAX 1/9/2009 8000
ATL 1/16/2009 3500
....
I need to create a report that is similar to a CrossTab Query in
format. Not sure if that is possible.
So the Row Headers would be the Stations, and the Column Headers would
be the WeekEnd Dates.
i.e.
1/9/2009 1/16/2009
ATL 2000 3500
BWI 5000 7000
Is this possible to format in a report? I know I could, in theory,
use a DLookup function to grab each Revenue amount for the respective
Station and Date, but I don't know how to dynamically build the column
headers for the WeekEnd dates.
Any help would be appreciated. The CFO here really wants the data to
be in that format...
I have a table, tblTotals, with Fields: Station, WeekEnd, Revenue.
(text, date, number respectively).
The WeekEnd date is always a Friday. Here is some example data:
ATL 1/9/2009 2000
BWI 1/9/2009 5000
LAX 1/9/2009 8000
ATL 1/16/2009 3500
....
I need to create a report that is similar to a CrossTab Query in
format. Not sure if that is possible.
So the Row Headers would be the Stations, and the Column Headers would
be the WeekEnd Dates.
i.e.
1/9/2009 1/16/2009
ATL 2000 3500
BWI 5000 7000
Is this possible to format in a report? I know I could, in theory,
use a DLookup function to grab each Revenue amount for the respective
Station and Date, but I don't know how to dynamically build the column
headers for the WeekEnd dates.
Any help would be appreciated. The CFO here really wants the data to
be in that format...