P
Pete
Re access 2003
I would like to iterate thru all of my (closed) forms in the db and display
their name and the contents of the Tag property. I have tried the following,
but get the error:-
Object doesn't support this property or method
Public Sub CheckFormTags()
Dim frm As AccessObject
For Each frm In CurrentProject.AllForms
Debug.Print frm.Name, frm.Tag
Next
End Sub
I this possible, without having to open every form first?
Many thanks.
Pete.
I would like to iterate thru all of my (closed) forms in the db and display
their name and the contents of the Tag property. I have tried the following,
but get the error:-
Object doesn't support this property or method
Public Sub CheckFormTags()
Dim frm As AccessObject
For Each frm In CurrentProject.AllForms
Debug.Print frm.Name, frm.Tag
Next
End Sub
I this possible, without having to open every form first?
Many thanks.
Pete.