J
Joe Delphi
Hello,
I want to loop through all of the forms in my MS Access project and check to
see if a certain property is NULL. I want to do something like this
pseudo-code:
For i = 1 to CurrentProject.AllForms.Count - 1
If Form.ServerFilter Is Null Then
put form name into a list
Next i
But I don't know how to read the ServerFilter property of the form
programmatically.
Any help appreciated.
JD
I want to loop through all of the forms in my MS Access project and check to
see if a certain property is NULL. I want to do something like this
pseudo-code:
For i = 1 to CurrentProject.AllForms.Count - 1
If Form.ServerFilter Is Null Then
put form name into a list
Next i
But I don't know how to read the ServerFilter property of the form
programmatically.
Any help appreciated.
JD