M
Mike
I have a Date field for my records. The date field is formated as a date.
I have a separate table that has start and end dates so people can specify
what range the want to look up records in. The Month Start and Month End
fields are both formatted as dates as well. They are related back into the
other table via a monthID string.
In the query, both tables are present and in the date colum the criteria is
set to the following:
It does not seem to be lookup up dates that are = to the Month End date.
Presently the dates are set to 1/1/08 to 1/31/08. It's ignoring the last 5
recordsd created on 1/31/08. This formula worked great in access 2007 with
the old db which was in access 2000 format. However it doesn't seem to be
working now. Using
just returns invalid syntax.
Any ideas why it isn't working?
I have a separate table that has start and end dates so people can specify
what range the want to look up records in. The Month Start and Month End
fields are both formatted as dates as well. They are related back into the
other table via a monthID string.
In the query, both tables are present and in the date colum the criteria is
set to the following:
=[Month Begin] And <=[Month End]
It does not seem to be lookup up dates that are = to the Month End date.
Presently the dates are set to 1/1/08 to 1/31/08. It's ignoring the last 5
recordsd created on 1/31/08. This formula worked great in access 2007 with
the old db which was in access 2000 format. However it doesn't seem to be
working now. Using
=#[Month Begin]# And <=#[Month End]#
just returns invalid syntax.
Any ideas why it isn't working?