J
jbiggs via AccessMonster.com
I am using the following piece of code to check a record from a form:
If Me![Task List subform].Form.[Lead Status] = "Unworked Lead" Then
.....
End If
The problem is that this only checks the top record in the form. How can I
make it recurse through all the records and check them all?
If Me![Task List subform].Form.[Lead Status] = "Unworked Lead" Then
.....
End If
The problem is that this only checks the top record in the form. How can I
make it recurse through all the records and check them all?