A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

birthday reminder



 
 
Thread Tools Display Modes
  #1  
Old October 24th, 2009, 06:10 PM posted to microsoft.public.access.forms
Tia[_3_]
external usenet poster
 
Posts: 126
Default birthday reminder

Dear,
I have a list of employees with a list of birthdays, I'm trying to set
a birthday report to know who's birthday is today .
What formula should I use to give me the month and the day for this
year

Thank you in advance
  #2  
Old October 24th, 2009, 06:30 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default birthday reminder

Here's a demo of what you need:

http://www.datastrat.com/Download/Birthday2K.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Tia" wrote in message
...
Dear,
I have a list of employees with a list of birthdays, I'm trying to set
a birthday report to know who's birthday is today .
What formula should I use to give me the month and the day for this
year

Thank you in advance



  #3  
Old October 24th, 2009, 06:54 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default birthday reminder

On Sat, 24 Oct 2009 10:10:16 -0700 (PDT), Tia
wrote:

What formula should I use to give me the month and the day for this
year


DateSerial(Year(Date()), Month([DOB]), Day([DOB]))

will give you this year's birthday anniversary for a date of birth stored in
DOB.

You can use a query with this as a calculated field with a criterion

BETWEEN Date() AND Date() + 7

to get all the birthdays coming up in the next week.
--

John W. Vinson [MVP]
  #4  
Old October 24th, 2009, 07:00 PM posted to microsoft.public.access.forms
Tia[_3_]
external usenet poster
 
Posts: 126
Default birthday reminder

On Oct 24, 12:54*pm, John W. Vinson
wrote:
On Sat, 24 Oct 2009 10:10:16 -0700 (PDT), Tia
wrote:

What formula should I use to give me the month and the day for this
year


DateSerial(Year(Date()), Month([DOB]), Day([DOB]))

will give you this year's birthday anniversary for a date of birth stored in
DOB.

You can use a query with this as a calculated field with a criterion

BETWEEN Date() AND Date() + 7

to get all the birthdays coming up in the next week.
--

* * * * * * *John W. Vinson [MVP]


Thank you very much
 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.