I have a messageboard that has a feature that can select the messages from the last 3 days or 14 days etc..
The problem was when i switched from MS Access to SQL the query doesnt work anymore.
the original query contained
messageboard_Subject.DateCreated) Between (Now())-0 And (Now())-3"
This returned the error message:
Microsoft OLE DB Provider for SQL Server (0x80040E21)
The requested properties cannot be supported.
Is this sort of query possible?
What are the differences between SQL and Access using the BETWEEN action?
Any help would be gratefully appriciated.
The problem was when i switched from MS Access to SQL the query doesnt work anymore.
the original query contained
This returned the error message:
Microsoft OLE DB Provider for SQL Server (0x80040E21)
The requested properties cannot be supported.
Is this sort of query possible?
What are the differences between SQL and Access using the BETWEEN action?
Any help would be gratefully appriciated.