Question : SQL 2008 date data type ODBC link to Access 2007 changes to text data type

I have a SQL 2008 table that has a date data type.  When connection to Access 2007 via ODBC connection, Access thinks the data type is text.  Is there a patch or fix for this problem?
Thanks for your help.

Answer : SQL 2008 date data type ODBC link to Access 2007 changes to text data type

From what I have seen, Access 2007 doesn't recognize SQL 2008's DATE data type. One option that should work is to change your SQL column's data type to SMALLDATETIME, which Access 2007 should have no problem recognizing.
Random Solutions  
 
programming4us programming4us