J
John Clayton
If you right click an Access Table name you get the
Properties dialog. In this dialog is a box called
Description: which allows the user to input a description.
How do I input a description into this box using Visual
Basic 6 and DAO?
I have been trying to create a property and append it to
the table, which seems to work when I enumerate the
property.name.
But this does not give me the description, this is
obviously not what I want to achieve.
Can anybody help?
Properties dialog. In this dialog is a box called
Description: which allows the user to input a description.
How do I input a description into this box using Visual
Basic 6 and DAO?
I have been trying to create a property and append it to
the table, which seems to work when I enumerate the
property.name.
But this does not give me the description, this is
obviously not what I want to achieve.
Can anybody help?