C
Chris W
I have some code that will take custom fields from a
contact item and export that information into Excel.
However, if the custom field exists at the Form level,
then I cannot use the Item.UserProperties arguement to
find that field (OCCUPANTID for example). This is my code
so far:
If item.UserProperties("OCCUPANTID") <> "" Then
range.Value = item.UserProperties("OCCUPANTID")
End If
Does anyone know of a way to use the UserProperties to get
to a Form level field?
Thanks,
Chris
contact item and export that information into Excel.
However, if the custom field exists at the Form level,
then I cannot use the Item.UserProperties arguement to
find that field (OCCUPANTID for example). This is my code
so far:
If item.UserProperties("OCCUPANTID") <> "" Then
range.Value = item.UserProperties("OCCUPANTID")
End If
Does anyone know of a way to use the UserProperties to get
to a Form level field?
Thanks,
Chris