G
Guest
Well I thought this was going to be easy but....
I want to print out a report for contact birthdays. I have the date in date
fields and put
Me.Filter = "birthDate = " & START_DATE
Me.FilterOn = True
in the open event for the report. I did this for the initial test , thinking
once I had this working I would worry about only looking at the 'month' part
of the dates which I am not really sure how I am going to do that yet either
(START_DATE is set from a text box control linked to a calendar control )
START_DATE contains a DATE type formated short. Could someone please steer
me in the right direction???
THANK!!!
I want to print out a report for contact birthdays. I have the date in date
fields and put
Me.Filter = "birthDate = " & START_DATE
Me.FilterOn = True
in the open event for the report. I did this for the initial test , thinking
once I had this working I would worry about only looking at the 'month' part
of the dates which I am not really sure how I am going to do that yet either
(START_DATE is set from a text box control linked to a calendar control )
START_DATE contains a DATE type formated short. Could someone please steer
me in the right direction???
THANK!!!