M
Max
Acc 2K. Doing a FindFirst where I want to use two fields
as Criteria: [Complete] is a Yes/No field and [OptNo] is
a number field. I have: rst.FindFirst "[Complete] ='" &
False & "' and [OptnNo]= " & OptNoControl
This is giving me an error. What is the correct syntax?
Thanks in advance.
Max
as Criteria: [Complete] is a Yes/No field and [OptNo] is
a number field. I have: rst.FindFirst "[Complete] ='" &
False & "' and [OptnNo]= " & OptNoControl
This is giving me an error. What is the correct syntax?
Thanks in advance.
Max