MsAccess Field Description
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
Re: MsAccess Field Description
I hope VB6 doesnt support that and you need to use VBA to get the field description...I dont know much about VBA
Re: MsAccess Field Description
Hi,
Well, is there any way to put some text when designning the table/Field, then
get it in VB6 ?
Thank you.
Rudy Ong
Re: MsAccess Field Description
is there any reason for doing so...
Re: MsAccess Field Description