W William Kossack Feb 8, 2005 #1 Is it possible to get the data types for fields in ms access tables? I'm trying to do this either with a query or through odbc
Is it possible to get the data types for fields in ms access tables? I'm trying to do this either with a query or through odbc
S Sergey Poberezovskiy Feb 8, 2005 #2 You can use Currentdb.TableDefs("MyTable").Fields("MyField").Type This will return one of DAO.DataTypeEnum values HTH
You can use Currentdb.TableDefs("MyTable").Fields("MyField").Type This will return one of DAO.DataTypeEnum values HTH