The implication of the error message is that the connection between MS
Access and your data source has an issue.
What are you using for a back-end data source?
Can you open the underlying table WITHOUT the date/time restriction?
Regards
Jeff Boyce
Microsoft Office/Access MVP
? ... in Design View ...? Design of what?
Are you trying to use a query to find records with a date/time datatype
field value greater than or equal to March 22, 2008?
If so, one way would be to open the query in design view, select the
table,
select the field(s) of interest, and enter:
=3/22/2008
in the selection criterion "cell". Note that Access will convert this
to:
=#3/22/2008#
(which you can alse enter if you feel like doing the extra typing).
Good luck!
Jeff Boyce
Microsoft Office/Access MVP
Jeff,
Yes, I'm querying a table, and I want all records that are equal to or
greater than the date I mentioned. I did type the date in as you
suggested, and it did convert it by putting the # symbols around the
date. But upon running the query, I get an error message: "ODBC--call
failed. [IBM][CLI Driver][DB2] SQL0180N The syntax of the string
representation of a datetime value is incorrect. SQLSTATE=22007"
Thanks!
Carroll Rinehart