473,473 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Birthday Report

Hello!

We are a small non-profit organisation with about 400 members. We have
created a database using Access97 which contains tombstone information on
our members, including home adresses and birthdates. We would like to
produce monthly reports providing us with a list of all members whose
birthdate is coming up during any given month in order to send those members
a birthday card in a labelled enveloppe. The best we have come up with so
far is one lengthy report of all members sorted by month of their birthdate,
i.e, all those born in September 1939, followed by October 1939, through to
December 1939, then January 1940, February 1940, and so on and so forth.

BTW we are all newbies.

Any ideas. Any help would appreciated. TIA.

C. Alain
Nov 12 '05 #1
1 3377
You can base the report on a query that will give you only the people
whos birthday is during this month. You can automate the report to run
on the 15th of the month:

SELECT FirstName, LastName, Address, BDate FROM MembersTable WHERE
Month(BDate) = Month(Now() + 20)

+20 is so that you get the people whos birthday is next month and don't
be late tosend cards to those whos birthday is in the first days of the month.
You also should probably make the report based on the above query in the
form of mailing label layout to print out mailing labels right away.

Good luck,
Pavel

Claude Alain wrote:

Hello!

We are a small non-profit organisation with about 400 members. We have
created a database using Access97 which contains tombstone information on
our members, including home adresses and birthdates. We would like to
produce monthly reports providing us with a list of all members whose
birthdate is coming up during any given month in order to send those members
a birthday card in a labelled enveloppe. The best we have come up with so
far is one lengthy report of all members sorted by month of their birthdate,
i.e, all those born in September 1939, followed by October 1939, through to
December 1939, then January 1940, February 1940, and so on and so forth.

BTW we are all newbies.

Any ideas. Any help would appreciated. TIA.

C. Alain

Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

51
by: Sandra | last post by:
I was given this problem for extra credit and I am just stuck ! BTW - I am not asking for source code and I am not asking anyone to do my homework as I do want to learn .. I just need a hint or two...
2
by: edwin van rutten | last post by:
Hi I have a personal database of all adresses etceteras of personal contacts and want to sort the birthday dates in such a way that I have a chronological list for this years birthdays. The...
7
by: Adrian | last post by:
I hit on this problem converting a VB.NET insurance application to C#. Age next birthday calculated from date of birth is often needed in insurance premium calculations. Originally done using...
2
by: David Garamond | last post by:
What would be the more proper way of storing birthday data? It will be used to send out birthday messages for customers ("Happy 30th birthday, Sam!"). But the date of birth is not necessarily known...
0
by: Wolf | last post by:
Hi I am using the outlook add in for vs.net 2005 and outlook 2003. I am creating contacts in outlook from our system The clients want to see only the birthdate's and dont want to be bugged...
5
by: NomoreSpam4Me | last post by:
Hi, i did a search and find the way to get the birthday without the year. My field is yyyy/mm/dd, (birthday). I also have a day field (1 to 31) and a month field. (1 to 12) My problem is: I...
2
by: Paul H | last post by:
I have a db that stores people and their birth dates. On any given day, I need to know who has a 40th birthday one month from now. I will only be running the query on week days but of course some...
13
kestrel
by: kestrel | last post by:
Sheila and He-Man are twins; Sheila is the OLDER twin. Assume they were born immediately after each other, an infinitesimally small - but nonzero - amount of time apart. During one year in the...
1
by: stilldancin12 | last post by:
Ok so i have to write an application that asks for the users birthday and replies with they day of the week in which he or she is born on, using the java program. This is what I have so far.It gives...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.