Matt356
05-30-2008, 08:05 AM
Sorry if I posted this in the wrong section.
I've linked an ODBC driver to access importing data. The data populates fine but one of the fields is formatted as "text" and I want it to be "date". It will not allow me to change the format as it seems to be set by ODBC source; further more the source wont let me change it either. Is there a way I can take the raw data and transfer it to a local table or query and then force format it to "date"? Currently I’m exporting it to excel, manually changing the format to date (by cutting and pasting), linking the table back to access and then using that to set the criteria of my query. It works but there has to be a better, less manual way.
I've linked an ODBC driver to access importing data. The data populates fine but one of the fields is formatted as "text" and I want it to be "date". It will not allow me to change the format as it seems to be set by ODBC source; further more the source wont let me change it either. Is there a way I can take the raw data and transfer it to a local table or query and then force format it to "date"? Currently I’m exporting it to excel, manually changing the format to date (by cutting and pasting), linking the table back to access and then using that to set the criteria of my query. It works but there has to be a better, less manual way.