Copying Field Descriptions into Word

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

As part of providing some documentation for a certain
table, I want to copy the 'design view' page of a table
into word. However Copy and Paste only work for individual
fields names and descriptions.

How can I best copy these field names and their associated
descriptions into word?

Thanks,

Eric
 
Do you want a VBA solution?

If so, the properties of tables, queries and other objects can be accessed
though DAO or ADO. With Automation this can be output directly into a Word
document. Alternatively you might just write it out to a text file, or use
debug.print and copy and paste for a quick and dirty once-off solution.

GPO
 
In A97, isn't there something under Tools : Analyze : Documenter (or
somesuch) that will do this for you?

HTH,
TC
 
Back
Top