admin
05-30-2003, 07:49 AM
The following will return the data type of your fields...
RS.Fields(icounter).Type
RS is the RecordSet and icounter is the ordinal number.
RS.Fields(icounter).Type
RS is the RecordSet and icounter is the ordinal number.