H
Hank
I have a query in access 2003 with the following:
LastName
Birthdate - (example:. 11/01/1990)
Month: Format([Birthdate],"mm") --Expression to extract the month. In the
Criteria I have a parameter: "Enter Month:"
Day: Format([Birthdate],"dd") --Expression - to extract the day
I want is a list of birthdays for a given month.
I get no results when I run the query. I have tried entering "06", "6" and
"Jun" for month. Still no results. There are birthdays in the month I
entered.
What am I doing wrong?
Hank
LastName
Birthdate - (example:. 11/01/1990)
Month: Format([Birthdate],"mm") --Expression to extract the month. In the
Criteria I have a parameter: "Enter Month:"
Day: Format([Birthdate],"dd") --Expression - to extract the day
I want is a list of birthdays for a given month.
I get no results when I run the query. I have tried entering "06", "6" and
"Jun" for month. Still no results. There are birthdays in the month I
entered.
What am I doing wrong?
Hank