Re: Query on Month
From: Rick B (anonymous_at_discussions.microsoft.com)
Date: 07/02/04
- Next message: Rick B: "Re: Query on Month"
- Previous message: dlw: "RE: Help on macro !"
- In reply to: CG: "Query on Month"
- Next in thread: Rick B: "Re: Query on Month"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Jul 2004 09:03:52 -0500
Note: If you would really like to use the month in words, you could do the
following...
MonthOfBirth: Format(DatePart("m",[Birthdate]),"mmm")
Then in the criteria...
[Enter month (Jan=January, Feb=February, etc.)]
"CG" <anonymous@discussions.microsoft.com> wrote in message
news:2538601c4603b$1010a600$a501280a@phx.gbl...
I want to query my database to find all employees born in
a particular month, regardless of year. How do I write
this?
I would like to be able to type into a parameter
box "july" and it find everyone who was born in July.
Thanks!
CM
- Next message: Rick B: "Re: Query on Month"
- Previous message: dlw: "RE: Help on macro !"
- In reply to: CG: "Query on Month"
- Next in thread: Rick B: "Re: Query on Month"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|