JustAGuy
01-12-2004, 02:15 PM
Hi!
I was looking around and know that I can get the name of the columns of a table just using the small routine bellow.
Dim f As Field
For Each f In rs.Fields 'rs is your RecordSet
ListBox1.AddItem f.Name
Next
Well, I would like to know if there is a way to get the type of each of these columns as well its length...
Thanks!
I was looking around and know that I can get the name of the columns of a table just using the small routine bellow.
Dim f As Field
For Each f In rs.Fields 'rs is your RecordSet
ListBox1.AddItem f.Name
Next
Well, I would like to know if there is a way to get the type of each of these columns as well its length...
Thanks!