I would like to use VBA to access the form descriptions for an Access 2003 database; however, I cannot locate a "description" property for a form object. How does one set a reference to the form description property?
For Each frm In CurrentProject.AllForms
On Error Resume Next 'property not found
Debug.Print CurrentDb.Containers("Forms").Documents(frm.Name).Properties("Description")
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.