PaulBricker
Programmer
I am trying to use the rst.Find method with multiple criteria. The statement I have that doesn't work is
[blue]rst.Find "[RunDate] <= '" & Date() & "' And [RunStatus] = False "[/blue]
Now
[blue]rst.Find "[RunDate] <= '" & Date() & "'"[/blue]
works by itself and
[blue]rst.Find "[RunStatus] = False"[/blue]
works by itself, but the two together do not. Can anyone point out a syntax change that will take care of this.
Thanks
Paul
[blue]rst.Find "[RunDate] <= '" & Date() & "' And [RunStatus] = False "[/blue]
Now
[blue]rst.Find "[RunDate] <= '" & Date() & "'"[/blue]
works by itself and
[blue]rst.Find "[RunStatus] = False"[/blue]
works by itself, but the two together do not. Can anyone point out a syntax change that will take care of this.
Thanks
Paul