I want to ask the user for a Date Range, via the parameter fields. This is easy enough and is done. However, I now have a FROM and TO date at my disposal - how do I output all the dates in between?
e.g.
FROM date = 1/1/01
TO date = 5/1/01
... I want the output to show ...
1/1/01
2/1/01
3/1/01
4/1/01
5/1/01
... preferably via GROUPing so I can subtotal, etc. Any ideas?
e.g.
FROM date = 1/1/01
TO date = 5/1/01
... I want the output to show ...
1/1/01
2/1/01
3/1/01
4/1/01
5/1/01
... preferably via GROUPing so I can subtotal, etc. Any ideas?