If I have a collection such as:
Person.addressc ollection[0].Address1
and have a variable
myAddressField = "Address1"
how can I do something such as
Person.addressc ollection[0].myAddressField
to reach the field "Address1"?
Thanks,
Brett
Person.addressc ollection[0].Address1
and have a variable
myAddressField = "Address1"
how can I do something such as
Person.addressc ollection[0].myAddressField
to reach the field "Address1"?
Thanks,
Brett
Comment