Hi
I'm using Access 2010. I have a table of data and I want to group on discharge month. I require the month to be a month for sorting reasons later.
The formula is: MonthEnd: DateSerial(Year([DisDate]),Month([DisDate]),1)
This works great but when I try to group my query, this columns is producing the error of "data type mismatch in criteria expression". This works in Access 2003 so why wouldn't it work in 2010?
Thanks.
I'm using Access 2010. I have a table of data and I want to group on discharge month. I require the month to be a month for sorting reasons later.
The formula is: MonthEnd: DateSerial(Year([DisDate]),Month([DisDate]),1)
This works great but when I try to group my query, this columns is producing the error of "data type mismatch in criteria expression". This works in Access 2003 so why wouldn't it work in 2010?
Thanks.