Question

Using Access 2007 with db saved as Access 2003 I have table Table1 with one Field MyDate. When running a query

SELECT * FROM Table1 WHERE Table1.MyDate < Date()

have an error <Message> in query expression <expression>. (Error 3075)

When using this query in Db saved at 2010 Access, is OK. Any Ideas?

Update: Using Access 2007 with Access 2003

Was it helpful?

Solution

I've noticed that problem is in the particular database.

Problem was solved when I resaved db. Strange behavour...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top