PC Review


Reply
Thread Tools Rate Thread

Birthday list by month

 
 
Soyful
Guest
Posts: n/a
 
      31st Oct 2008
I have grouped my report my month but it also separates by year. I would like
a report of birthdays by month regardless of they year of birth. Is that
possible? Thanks.
 
Reply With Quote
 
 
 
 
Al Campagna
Guest
Posts: n/a
 
      31st Oct 2008
Soyful,
Use the Month(YourDate) to assign a value to every record (1-12).
Then group your report on that value.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."

"Soyful" <(E-Mail Removed)> wrote in message
news:8B4588AE-0AD5-4695-B84D-(E-Mail Removed)...
>I have grouped my report my month but it also separates by year. I would
>like
> a report of birthdays by month regardless of they year of birth. Is that
> possible? Thanks.



 
Reply With Quote
 
BruceM
Guest
Posts: n/a
 
      31st Oct 2008
One way is to use this as the Grouping expression in the report:

=DateSerial(Year(Date()),Month([BirthDate]),1)

I would use a group header. In the header put a text box bound to
BirthDate, formatted as mmmm. Force a new page before the section (on the
group header property sheet). These are formatting choices that will not
affect the basic idea one way or the other.


"Soyful" <(E-Mail Removed)> wrote in message
news:8B4588AE-0AD5-4695-B84D-(E-Mail Removed)...
>I have grouped my report my month but it also separates by year. I would
>like
> a report of birthdays by month regardless of they year of birth. Is that
> possible? Thanks.


 
Reply With Quote
 
fredg
Guest
Posts: n/a
 
      31st Oct 2008
On Fri, 31 Oct 2008 09:33:00 -0700, Soyful wrote:

> I have grouped my report my month but it also separates by year. I would like
> a report of birthdays by month regardless of they year of birth. Is that
> possible? Thanks.


Group it by month instead of month and year.

In Report Design View. click on View + Sorting and Grouping
In the Report's Sorting and Grouping dialog:

Field/Expression Sort
=Month([DateOfBirth]) Ascending

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
Reply With Quote
 
BruceM
Guest
Posts: n/a
 
      31st Oct 2008
Ah! That's the one I was trying to think of. Tidier than DateSerial.

"fredg" <(E-Mail Removed)> wrote in message
news:16i2fi2zot1jz$.(E-Mail Removed)...
> On Fri, 31 Oct 2008 09:33:00 -0700, Soyful wrote:
>
>> I have grouped my report my month but it also separates by year. I would
>> like
>> a report of birthdays by month regardless of they year of birth. Is that
>> possible? Thanks.

>
> Group it by month instead of month and year.
>
> In Report Design View. click on View + Sorting and Grouping
> In the Report's Sorting and Grouping dialog:
>
> Field/Expression Sort
> =Month([DateOfBirth]) Ascending
>
> --
> Fred
> Please respond only to this newsgroup.
> I do not reply to personal e-mail


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Select whose birthday is in a certain month Frank Situmorang Microsoft Access Forms 3 5th Feb 2008 05:30 AM
Why I could not search for next month birthday contacts list =?Utf-8?B?T21pdG9mbw==?= Microsoft Outlook Contacts 1 14th Apr 2006 02:40 AM
Birthday Query by Month =?Utf-8?B?U2FyYQ==?= Microsoft Access 7 25th Jan 2006 06:08 PM
Birthday Month Query =?Utf-8?B?U2FyYQ==?= Microsoft Access 3 25th Jan 2006 06:02 PM
filter birthday's by month in Excel =?Utf-8?B?TGlzYSBQZXRlcnNvbg==?= Microsoft Excel Misc 3 6th Jul 2005 01:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:08 AM.