In a birthday report, I am sorting the birthdays by month. In the group header I have this as the format of the text box:
=Format([txtBirthday],"mmmm")
The information being brought in is from a query and is being sorted/grouped by this action:
=Month([Birthday])
=DatePart("d",[Birthday])
Those sortings work correctly in the query and in the report, the problem is that the group header only prints out January and February.
January is shown and sorts the data correctly under it, then it show and sorts by February and all of the remaing records fall under that heading, and no other headings and sorting occur. So it shows just January and the correct operation, and then Feburary and no other sorting or printing of the group headings/sortings.
Thanks for any help you guys can give.
=Format([txtBirthday],"mmmm")
The information being brought in is from a query and is being sorted/grouped by this action:
=Month([Birthday])
=DatePart("d",[Birthday])
Those sortings work correctly in the query and in the report, the problem is that the group header only prints out January and February.
January is shown and sorts the data correctly under it, then it show and sorts by February and all of the remaing records fall under that heading, and no other headings and sorting occur. So it shows just January and the correct operation, and then Feburary and no other sorting or printing of the group headings/sortings.
Thanks for any help you guys can give.