Hi

I am wanting to use the ADO find command.

To search for records based on one criteria seems easy enough:

myRS.Find ("Field1 = 'xxxxx'")

But how do you put criteria in for multiple fields

i.e. field1 = 'xxxxxxx' and field2 > 111111 etc.

Thanks in advance