Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Documenter 1

Status
Not open for further replies.

mikeyb540

Programmer
Jul 7, 2003
173
US
Is there a way to document the description on a table field?

The native Documenter in Ms-Access does most of the work for name, datatypes, size, and etc. but will not extract the description.

txs in advance.
Mike
 
Yes. The Field object (which represents a field within a table or query) has a description property which contains the description.
It is important to note that this property will only exist if the field has a description set.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top