I have a table that contains dates and other information
I want to create a query that will sum the number of records that fall within certain time periods based on that date field. Would this need to be display in a cross tab query?
i.e
<1 month
>1 month but <=3 months
>3 months but <=6 months
>6 months but <=9 months
>9 months but <=12 months
>12 months
I want to create a query that will sum the number of records that fall within certain time periods based on that date field. Would this need to be display in a cross tab query?
i.e
<1 month
>1 month but <=3 months
>3 months but <=6 months
>6 months but <=9 months
>9 months but <=12 months
>12 months