|
-
Oct 11th, 2000, 10:21 AM
#1
Thread Starter
New Member
How do you use multiple criteria in a "Find" statement? The problem: I have two recordsets open. As I iterate through the first set of records I need to pull records out of the other recordset. Two fields are needed to get the data I need. Any suggestions?
This code just does not want to work:
RS2.Find "site_name = '" & RS("site_name") & "' And use = 'Fax' And city = '" & RS("city") & "'"
Here is the error:
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
Thanks a lot,
dave
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|