B
bill.parrott
I am using Access 2003/2007 and I am looping over the AllForms
collection. I need to examine a property of a Form that is not
available to a AccessObject. Is there a solution? My code is below:
Dim O as AccessObject
For Each O in CurrentProject.AllForms
msgbox O.tag <-- tag is not available to AccessObject
Next
....
Thanks
collection. I need to examine a property of a Form that is not
available to a AccessObject. Is there a solution? My code is below:
Dim O as AccessObject
For Each O in CurrentProject.AllForms
msgbox O.tag <-- tag is not available to AccessObject
Next
....
Thanks