How does one create a report that uses a date range to display data. I have to create a Birthday report which has a date parameter. Here is an example: 2/12/2003 - 3/12/2003 (the dates are arbitrary...they could be anything). The data fields in the table are strange, here are the table/field names:
Table1.Birthday1
Table1.Birthday2
Table1.Birthday3
Table1.Birthday4
Table1.Name1
Table1.Name2
Table1.Name3
Table1.Name4
How do I create a report that simply generates output like:
Name Birthday
Table1.Name1 Table1.Birthday1
Table1.Name2 Table1.Birthday2
Table1.Name3 Table1.Birthday3
Table1.Name4 Table1.Birthday4
Which is based on the parameter field only...that is, I only want the Table1.NameX and Table1.BirthdayX values to show if they fall within the date range, if they do not - I do not want to see anything. Thanks!
Table1.Birthday1
Table1.Birthday2
Table1.Birthday3
Table1.Birthday4
Table1.Name1
Table1.Name2
Table1.Name3
Table1.Name4
How do I create a report that simply generates output like:
Name Birthday
Table1.Name1 Table1.Birthday1
Table1.Name2 Table1.Birthday2
Table1.Name3 Table1.Birthday3
Table1.Name4 Table1.Birthday4
Which is based on the parameter field only...that is, I only want the Table1.NameX and Table1.BirthdayX values to show if they fall within the date range, if they do not - I do not want to see anything. Thanks!