Hi all,

I make a table in MsAccess.
The table have some fields. For e.g :

FieldName : UserNew
DataType : Text
FieldSize : 15
Description : For New User only

In VB6, I can get the : name, type, size of the field using adodc.recordset.
But I cannot get the field description.

Can anyone tell me , how can I get the field description in vb6 ?

Thank you
Rudy Ong