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):
But it does not work.Code:CurrentDb.TableDefs("SomeTable").Fields(0).Properties("Description").value
Any suggestions?




Reply With Quote