mmaz
Programmer
- Nov 22, 2000
- 347
Hi,
I want to group my data by dates. I have 2 date fields in my table, Create_date and Resolved_Date. Basically, what I want to do is to have 1 group for my 2 date fields.
Example:
from db:
Create_date: 10/28/2000,10/29/2000,11/01/2000
Resolved_date: 10/30/2000, 10/31/2000
On the report:
Date # items
10/28/2000 2
10/29/2000 3
10/30/2000 3
10/31/2000 6
11/01/2000 2
Is it possible to do that? If so, how???
Thanks in advance!
marie B-)
I want to group my data by dates. I have 2 date fields in my table, Create_date and Resolved_Date. Basically, what I want to do is to have 1 group for my 2 date fields.
Example:
from db:
Create_date: 10/28/2000,10/29/2000,11/01/2000
Resolved_date: 10/30/2000, 10/31/2000
On the report:
Date # items
10/28/2000 2
10/29/2000 3
10/30/2000 3
10/31/2000 6
11/01/2000 2
Is it possible to do that? If so, how???
Thanks in advance!
marie B-)