I want to search through a recordset to find a record where customer = ... and custaddress = ....
if i use rsCustomers.Find("customer = '....'"
it works. How do I add the second condition?
I've tried rsCustomers.Find"=("customer = ' ....' and custaddress = '....') and a few variations but got nowhere.
Please help.
if i use rsCustomers.Find("customer = '....'"
it works. How do I add the second condition?
I've tried rsCustomers.Find"=("customer = ' ....' and custaddress = '....') and a few variations but got nowhere.
Please help.