J
Jay Myhre
In my tables I have entered documentation information in the "Description"
column. I wish to print that. So far I have been able to print the field
name, datatype, and size. How do I add the "Description"? I've tried
fld.Description and fld.Properties("Description") but neither works. The
Tools/Analyzer/Documenter doesn't give the option of including "Description".
This is what my code looks like.
For Each tbl In db.TableDefs
For Each fld In tbl.Fields
Debug.Print fld.Name
Debug.Print fld.Type
Debug.Print fld.Size
column. I wish to print that. So far I have been able to print the field
name, datatype, and size. How do I add the "Description"? I've tried
fld.Description and fld.Properties("Description") but neither works. The
Tools/Analyzer/Documenter doesn't give the option of including "Description".
This is what my code looks like.
For Each tbl In db.TableDefs
For Each fld In tbl.Fields
Debug.Print fld.Name
Debug.Print fld.Type
Debug.Print fld.Size