K
kiloez
I am only getting a numerical value for the field type when using VBA to get
the field data types used in a given table, for example:
For Each fld In rst.Fields
FieldType = fld.Type
Next fld
fld.Type returns a numerical value only. How can I get the name instead,
for example: Text, Long Integer, Memo, ect...? Any help would be much
appreciated.
the field data types used in a given table, for example:
For Each fld In rst.Fields
FieldType = fld.Type
Next fld
fld.Type returns a numerical value only. How can I get the name instead,
for example: Text, Long Integer, Memo, ect...? Any help would be much
appreciated.