View Single Post
  #6  
Old September 7th, 2005, 08:22 AM
Allen Browne
external usenet poster
 
Posts: n/a
Default

You should be able to get the Description for a field in ADOX with:
Column.Properties("Description")

You may find that Access 2000 and later do not maintain the CreateDate etc.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Siegfried Heintze" wrote in message
...
Ah hah! They were there all along using ADOX (column comments, that is).

Should table comments work the same way? For tables I can get the date
modified, Date Created, Type. The properties are empty, however. There is
nothing with the value "description".

Thanks,
Siegfried