Hi all
I am having a problem with a query which up until now has been working fine....
i ve identified the problem with the following code:
ReportOrder: Cdate(Month([SalesReport].[Month]) & "/01/"&Year([SalesReport].[Month]))
It basically say data type mismatch...
I understand that there is some issue with the datatype of Month, but i dont understand what the issue is...
Can anyone help with where to start?
Ali
I am having a problem with a query which up until now has been working fine....
i ve identified the problem with the following code:
ReportOrder: Cdate(Month([SalesReport].[Month]) & "/01/"&Year([SalesReport].[Month]))
It basically say data type mismatch...
I understand that there is some issue with the datatype of Month, but i dont understand what the issue is...
Can anyone help with where to start?
Ali