I am using version 8.5 and connecting via ADO to a Microsoft Access database.
Normally when i connect via ODBC I have created a parameter based on a date field and have the following code in the report selection formula:
{tblLieu.LieuDate} in {?Date} to {?Date}
However when connecting via ADO to a database the above code does not produce the correct data. For example I have the following three records:
EmployeeID 1
Lieu Date 25/11/04
EmployeeID 1
Lieu Date 26/11/04
EmployeeID 1
Lieu Date 27/11/04
If i enter 01/11/04 and 11/11/04 then all three are displayed, however if i enter any date higher than 11/11/04 (eg 12/11/04,13/11/04 etc)then none of the records are displayed.
Is this a common date conversion issue? Is it seeing the date as another format (not dd/mm/yy)?
Hope someone can help.
Normally when i connect via ODBC I have created a parameter based on a date field and have the following code in the report selection formula:
{tblLieu.LieuDate} in {?Date} to {?Date}
However when connecting via ADO to a database the above code does not produce the correct data. For example I have the following three records:
EmployeeID 1
Lieu Date 25/11/04
EmployeeID 1
Lieu Date 26/11/04
EmployeeID 1
Lieu Date 27/11/04
If i enter 01/11/04 and 11/11/04 then all three are displayed, however if i enter any date higher than 11/11/04 (eg 12/11/04,13/11/04 etc)then none of the records are displayed.
Is this a common date conversion issue? Is it seeing the date as another format (not dd/mm/yy)?
Hope someone can help.