How can I use the .Find method using 2 fields?

For a single field (Field), this is how to do it:
VB Code:
  1. RS.Find "Field = '" & value

HOw about if Im going to search in two fields? I used AND but Vb complained. Please help.