themausman
Programmer
Hi,
I want to retrieve the description from the table in the database window. I iterate through code using ADOX reference. This works fine and i do get date created, date modified etc. Now I need the description.
I tried tbl.properties("description") but that doesn't return the description of the table. Also tried currentdata.alltables and then using aob.properties("description"). Didn't return requested info as well.
Any suggestions?
Maurice
I want to retrieve the description from the table in the database window. I iterate through code using ADOX reference. This works fine and i do get date created, date modified etc. Now I need the description.
I tried tbl.properties("description") but that doesn't return the description of the table. Also tried currentdata.alltables and then using aob.properties("description"). Didn't return requested info as well.
Any suggestions?
Maurice