Re: Query on Month
From: Rick B (anonymous_at_discussions.microsoft.com)
Date: 07/02/04
- Next message: stilets: "Re: retreive info of 2 subsequent years"
- Previous message: Rick B: "Re: Query on Month"
- In reply to: CG: "Query on Month"
- Next in thread: CG: "Re: Query on Month"
- Reply: CG: "Re: Query on Month"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Jul 2004 09:05:40 -0500
If you want the whole month spelled out (harder for your users) You could
use the following...
Words: Format(DatePart("m",[dateassigned]),"mmmm")
If you wanted the user to type in just a portion of the month, like Janu for
january or Jan, or Ja, etc. you could put the folloing in the criteria...
like [Enter month]&"*"
Rick B
"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: stilets: "Re: retreive info of 2 subsequent years"
- Previous message: Rick B: "Re: Query on Month"
- In reply to: CG: "Query on Month"
- Next in thread: CG: "Re: Query on Month"
- Reply: CG: "Re: Query on Month"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|