D
Dan
I want to be able to print a list of all of the people in
my database that has a birthday that month. I can find
out who they are by using the vba code:
Me.bday = Format([Date Of Birth], "m") - Format(Date, "m")
It returns 0 then they have birthday that month else they
don't. I can put that on the oncurrent event but I need
to have it so that I have a complete form/report that
just has the people that is having a birthday that month.
Should I use a report and if so what event and how can I
limit it to just the people that is having a birthday.
my database that has a birthday that month. I can find
out who they are by using the vba code:
Me.bday = Format([Date Of Birth], "m") - Format(Date, "m")
It returns 0 then they have birthday that month else they
don't. I can put that on the oncurrent event but I need
to have it so that I have a complete form/report that
just has the people that is having a birthday that month.
Should I use a report and if so what event and how can I
limit it to just the people that is having a birthday.