|
-
April 17th, 2003, 10:58 AM
#1
Ms-access Field Description
Is there a way through VB to view the "Description" of a field in an Access table? ie in table design, you can view/edit Field Name, Field Type and Field Description. Cannot find any source that will allow ADO to view the Field Description. Anyone know?
Thanks
Paul
Paul
-
April 17th, 2003, 11:13 AM
#2
check the object browser for methods/properties
phinds
vs2008, 3.5SP1 Version 9.0.21022.8 RTM
-
April 17th, 2003, 11:26 AM
#3
I checked both the ADODB and ADODX libs and there doesnt seem to be anything, yet in MS-ACCESS the description field shows in listview, so MS must have a property to cover this field. Can't even seem to find an API either.
Paul
-
April 17th, 2003, 11:35 AM
#4
if it can be done in Access, then it can be done in VB. Try doing it manually with the macro capture turned on then look at the code behind the macro.
phinds
vs2008, 3.5SP1 Version 9.0.21022.8 RTM
-
April 17th, 2003, 11:49 AM
#5
TableDefs ... Check them out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|