In MSAccess, is the a way to programatically read a table's field description?
A quick search of the forum lead me to an unresolved post...so I am left in the dark.

The unresolved post suggested the code (similar):

Code:
CurrentDb.TableDefs("SomeTable").Fields(0).Properties("Description").value
But it does not work.

Any suggestions?