G
Guest
I have to display the Description of a Field in my Table. Not the name of
the field, but the Description I have given that Field Name.
Ihave this routine, but it just gives me the Field Name. What do I need to
do to get the Description?
IX = 0
NoFlds = rstI.Fields.Count
Do Until IX = NoFlds
MsgBox rstI.Fields(IX).Name
IX = IX + 1
Loop
Any help is greatly appreciated.
Thank You!
Granny
the field, but the Description I have given that Field Name.
Ihave this routine, but it just gives me the Field Name. What do I need to
do to get the Description?
IX = 0
NoFlds = rstI.Fields.Count
Do Until IX = NoFlds
MsgBox rstI.Fields(IX).Name
IX = IX + 1
Loop
Any help is greatly appreciated.
Thank You!
Granny