G
Guest
I am struggeling with date fields in queries to MS SQL200 server tables.
After having defined the recordset, I open the recordset with a query like
this:
SELECT <fields> FROM <table> WHERE <date-field-in-SQL-server-table> <=
<date-field-in-Access>
The system returns an arror because the date field in the SQL Server table
cannot be equated with the date field in Access.
Has anyone a solution for this?
/Leif S.
After having defined the recordset, I open the recordset with a query like
this:
SELECT <fields> FROM <table> WHERE <date-field-in-SQL-server-table> <=
<date-field-in-Access>
The system returns an arror because the date field in the SQL Server table
cannot be equated with the date field in Access.
Has anyone a solution for this?
/Leif S.