In the property sheet for Queries and Tables there is a description property that VBA can get to through the querydef and tabledef.
In table design you can list a description for each field that VBA can get to through the field properties.
For forms and reports, you right click on the object and can enter a description. VBA can get these through the Containers/Documents/Properties/Description.
My question is, where can I put a description for a form control (list box, cmd button, cbo box, etc.) that VBA can get to?
Why? I'm putting documentation in these description properties and using VBA to generate a report like the database documentor but that is much more useful to me and anyone unlucky enough to deal with my database after me.
Thanks in advance!
Cori