V
Vina
I have this rule:
Select recordset.... (this will have multiple records)
If recordcount > 0 then
if x = a then ....
else
do this.....
End If
End If
What I need is that it looks at the first record aand if
meets the criteria do all this but want it to loop so it
will look at the 2nd record and see if it's going to meet
the criteria then do the same thing.
I tried the MOVE command but no luck. CAn someone help me
on the syntax on how should i include that in my
statement. It's for Access 97.
Thanks
Vina
Select recordset.... (this will have multiple records)
If recordcount > 0 then
if x = a then ....
else
do this.....
End If
End If
What I need is that it looks at the first record aand if
meets the criteria do all this but want it to loop so it
will look at the 2nd record and see if it's going to meet
the criteria then do the same thing.
I tried the MOVE command but no luck. CAn someone help me
on the syntax on how should i include that in my
statement. It's for Access 97.
Thanks
Vina