"akzeph" <akz...@discussions.microsoft.com> wrote in message
news:371C4101-EDDB-4AC0...@microsoft.com...
I just realized that if I have a field that is of type
DATE
it is possible to do a
Like '%2009-12%'
I think that is what I will do: Change the type to Date from Datetime...Then
this will show me dues paidthru in December 2009...End of another frustrating
Access issue:} Sorry Redmond <grin> I do like the app, but some of the
undocumented issues have been a challenge.
Again, with an adp: filtering on one date works, but a range will not. Does
that make sense?
"Paul Shapiro" wrote:
> .
>
"akzeph" wrote:
> Sorry, Paul, that does not work in this server filter applied to a form...
> Access adp turns the one suggestion into
> ">""12/01/2009"""
> The other is similarly rejected.
>
> I just realized that if I have a field that is of type
> DATE
> it is possible to do a
> Like '%2009-12%'
> I think that is what I will do: Change the type to Date from Datetime...Then
> this will show me dues paidthru in December 2009...End of another frustrating
> Access issue:} Sorry Redmond <grin> I do like the app, but some of the
> undocumented issues have been a challenge.
>
> Again, with an adp: filtering on one date works, but a range will not. Does
> that make sense?
Update: Just found out that changing the field source to date stops the text
box from formating Month/Year. I used to have the format property for the
field mm/yyyy and it would display month year. Now fomat does not work and I
get 2009-12-4 <sigh>