The rs.Fields.Count tels you how many fields you have.
The rs.Fields.Item(j) iterates through your fields. Note this is different than moving through a recordset. You aren't actually changing records.
.Name is the name of the field.
.DataFormat is the data format of the field (in a code)
.Type is the data type of the field (in a code)
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.