Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group Birthdays By Month

Status
Not open for further replies.

Greaser

Technical User
Aug 1, 2001
84
CA
Hi,
Can anyone help me with the following?
I want to create a report that will show people's birthdays grouped by month.
I have a table that contain the following fields:
[Name]
[DateOfBirth]
I also want the group header to show the relevant month.
Thanks,
John
 
CReate a temp field (ref "MnthBorn") in an aggreagate query.

[tab]MnthBorn: Month([DateOfBirth])

Set the aggregate to Groupby for this field

MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top