G
Gitche Gumee
I am using the following code to select a contact for updating.
Set myItem = myContacts.Items.Find("[FirstName] = " & strFirstName & " and
[LastName] = " & strLastName & "")
This works, but I also need to check that another field [Customer ID] is
null before making the update. Is that possible?
Set myItem = myContacts.Items.Find("[FirstName] = " & strFirstName & " and
[LastName] = " & strLastName & "")
This works, but I also need to check that another field [Customer ID] is
null before making the update. Is that possible?