P
Peter Fuller
set oContact = oItems.Find("[business fax]=(888) 555" & Chr(45) & "2235")
set oContact = oItems.Find("[business fax]=(888) 555-2235")
set oContact = oItems.Find("[business fax]=(888) 555" & "-" & "2235")
all three give error: unable to parse condition. error ar "555"
any ideas?
set oContact = oItems.Find("[business fax]=(888) 555-2235")
set oContact = oItems.Find("[business fax]=(888) 555" & "-" & "2235")
all three give error: unable to parse condition. error ar "555"
any ideas?