G
Guest
How can I see and set the "Descriotion" Access Table Property in VB code?
The Property is just descriptive comment, but I need it to identify different but very similar tables (e.g. Description = "Economic data for Counties 1969 - 2001 Base on Source xxxx") where "xxxx" is different sources or processing methods. When I create a Table manually, I can set the Descirotion property and it shown on the Table List in main Access screen.
I have written VB code, using both ADOX and Access.Application, to loop thru and display all Table properties. However, "Descscription" does not appear in the Property List nor does another Property contain the descriptive comment.
Is there a way to get at this property frm VB.
Thanks in advance.
Victor
The Property is just descriptive comment, but I need it to identify different but very similar tables (e.g. Description = "Economic data for Counties 1969 - 2001 Base on Source xxxx") where "xxxx" is different sources or processing methods. When I create a Table manually, I can set the Descirotion property and it shown on the Table List in main Access screen.
I have written VB code, using both ADOX and Access.Application, to loop thru and display all Table properties. However, "Descscription" does not appear in the Property List nor does another Property contain the descriptive comment.
Is there a way to get at this property frm VB.
Thanks in advance.
Victor