Hi I've got a page that lists all field names contained within an Access Database table, can anyone tell me how I find the data type of each field as well?
Otherwise we have to assume that you are using FOR EACH on the ADO .Fields collection.... if so you seek the .Type property it will return a number that represents an ADO DataTypeEnum.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.