query Current Month, Month+1, Month+2, Month+3
I am trying to generate a report which displays data from an Invoicng Table.
The table contains date time field (as "mmmm\ yyyy")
The table has old data going back more than 12 months plus data which is dated for future invoicing (more than 12 months forward).
I need to generate reporting of future 6 months, and need the report columns to automatically reflect
Current Month
Current Month+1
Current Month+2
etc..
I can use date part to add 1 month, 2 months, 3 months. but run into trouble where the year changes.
Any help would be greatly apprecited.
Dave
|