J
Joel Allen
Hi,
I want to split a field. e.g. I have a field named Contact. The value is
John Smith.
I want to do this:
Item.UserProperties("FirstName").Value = "John" from the Contact field.
Item.UserProperties("LastName").Value = "Smith" from the Contact field.
Thanks,
Joel
I want to split a field. e.g. I have a field named Contact. The value is
John Smith.
I want to do this:
Item.UserProperties("FirstName").Value = "John" from the Contact field.
Item.UserProperties("LastName").Value = "Smith" from the Contact field.
Thanks,
Joel