I am attempting to create some reports based on my 2003 MSAccess tables. I am trying to get some Week Numbers, Month Numbers etc... I take it MSSQL doesn't like the way MSAccess handles date/time? I'm trying to start out slow here because I'm new to all of this. Below is a simple query that obviously doesn't work. I get an error saying
Error Source: obcjt32.dll
Undefined function "MonthName"
SELECT MONTHNAME([Date entered]) AS MyMonth
FROM tblmain
I apologize if this has been posted before but any help would sure be appreciaed.
Thanks
Error Source: obcjt32.dll
Undefined function "MonthName"
SELECT MONTHNAME([Date entered]) AS MyMonth
FROM tblmain
I apologize if this has been posted before but any help would sure be appreciaed.
Thanks