G
Guest
I am using MS Access 2002.
MS Access tools/documentor for tables should allow the option of printing
not only eachfield's name, type, and size, but also the description from the
design view.
I read on http://www.utteraccess.com/forums/showflat.php?&Number=1013486
that the VBA code
nz(currentdb.TableDefs("Tablename).Fields("Fldname").Properties("Description"), "")
could do this.
Including field descriptions in the documentation will automate
customization of documentation.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...b38e4&dg=microsoft.public.access.externaldata
MS Access tools/documentor for tables should allow the option of printing
not only eachfield's name, type, and size, but also the description from the
design view.
I read on http://www.utteraccess.com/forums/showflat.php?&Number=1013486
that the VBA code
nz(currentdb.TableDefs("Tablename).Fields("Fldname").Properties("Description"), "")
could do this.
Including field descriptions in the documentation will automate
customization of documentation.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...b38e4&dg=microsoft.public.access.externaldata