This one has me completely bewildered:
I need to select data by date for one month. I want the same data (but a month earlier) side by side for comparisom purposes.
I have 3 fields #cust #date #amt
So I would have
Customer Name
Oct-1-2003 25% Sep-1-2003 15%
Oct-2-2003 24% Sep-2-2003 19%
Oct-3-2003 22% Sep-3-2003 10%
Anyway to line up the data in this manner?
I need to select data by date for one month. I want the same data (but a month earlier) side by side for comparisom purposes.
I have 3 fields #cust #date #amt
So I would have
Customer Name
Oct-1-2003 25% Sep-1-2003 15%
Oct-2-2003 24% Sep-2-2003 19%
Oct-3-2003 22% Sep-3-2003 10%
Anyway to line up the data in this manner?