Using VBA to access field.descriptions

R

Robin Ball

I have a partially developed database docementation system

Within that I wish to extract the contents of field descriptions to a table
of field names.

The online help shows that field descriptions are specific to Access,
effectively a user defined property.

The Online help is obscure about how and what to append the description
property to to enable reading / writing values using VBA

Any help would be much appreciated

T I A

Robin Ball
 
R

Robin Ball

Thanks Allen

Your code helped me do what I had been trying to do all day. The Access
help files goes on about having to create the description property to make
the reference work.

Your special function using the syntax obj.Properties("Description") did the
trick in less than a line of code.

Many thanks

Robin Ball

UK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top