Re: Need expression for next month's expirations??
- From: fredg <fgutkind@xxxxxxxxxxxxxxx>
- Date: Sun, 9 Sep 2007 08:55:39 -0700
On Sun, 9 Sep 2007 08:36:01 -0700, SilverTip 147 wrote:
Thanks Fred for replying!!
However, it's not working yet!
This is what i typed:
[RBWA Enrolment Table] Where Format([RBWA Expiry Date],"mm/yyyy") =
Format(DateAdd("m",1,Date()),"mm/yyyy")
This is the error message I get:
"The expression you entered contains invalid syntax. You have ented an
operand without an operator."
Any suggestions?
Thanks again!
"fredg" wrote:
On Sat, 8 Sep 2007 05:42:01 -0700, SilverTip 147 wrote:
I'm using Access 2003.
I am a new user who si trying to build an expression for this query:
Whose membership expires next month??
So far I have: [RBWA Enrolment Table]![RBWA Expiry Date]
How do I finish this expression?
I am using the short form for dates?
Thank you for your help?
Select [RBWA Enrolment Table].* from [RBWA Enrolment Table]
Where Format([RBWA Expiry Date],"mm/yyyy") =
Format(DateAdd("m",1,Date()),"mm/yyyy")
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
You have posted an incomplete statement.
In Query Design View, click on View + SQL View,
Please copy and paste into a reply message your EXACT complete query
SQL.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
.
- Follow-Ups:
- Re: Need expression for next month's expirations??
- From: SilverTip 147
- Re: Need expression for next month's expirations??
- References:
- Prev by Date: Re: Two Key fields
- Next by Date: Re: Filter Duplicate Entries
- Previous by thread: Re: Need expression for next month's expirations??
- Next by thread: Re: Need expression for next month's expirations??
- Index(es):
Relevant Pages
|