Birthday Problem - Help Me
Dec 29, 2006I have a table with 3 fields-
empid
empname
empbday
now I want to display upcoming birthdays of employees [eg- in next 7 days]
plz help
I have a table with 3 fields-
empid
empname
empbday
now I want to display upcoming birthdays of employees [eg- in next 7 days]
plz help
Hi,
I am completely new to Access and I'm trying to make a Birthday auto email type thing.
I want the program to email people to say Happy Birthday on the day of their birthday but I haven't a clue where to start and the Microsoft website confuses even more.
I have used the database template Mailing List with the First Name Last Name Address Email Address & Date of birth.
Can someone help me please?
You can add me to Msn if you like...
super.kitty@hotmail.co.uk
Thanks,
Elaine
Basically - well maybe not lol
What i'm trying to do is create a worksheet that contains information regarding childrens birthdays for a playcentre, so that it will show me at least 2 weeks before the birthdate so i can get a letter sent out to the parents reminding them of our party facilities,
However its been years since i've used windows programs and i'm struggling pls help,
Regards
Pandapops001
hello,
i am trying to use the above in the exprssion builder but it wont work, In the 'combo0' is a list of months - january, febuary etc and in the table is '04 january'
in a normal SQL statement i would use:
like '*whateverfield*'
and that would do it but because im using an access forms interface i cant manage it
any help would be appreciated
thanks
iso
i would want my form to calculate the age of a contact by using the inputted birthday, is this possible? and as long as the system clock is right, it should update too? or i'm wrong?
View 1 Replies View RelatedQuery which I want to create about finding the date of birth of the customer.
I explain:
I have a table (tblCustomers) which among others contains the field "DateOfBirth". I would like to create a query so that looking into tblCustomer about the dates where the month and day of birth of the client is the same as the Date () so that I know every day which customers have birthdays.
I would like to have a birthday remainder on access form load event VBA...
I have tblEmp with 2 fields,
Name DOB
A 22/04/1977
B 25/03/1965
C 17/08/1985
I would like to compare Date and month with my system date to show in the message box "Mr. A Birthday Today" on the Form load event...