that lets me get at the value for the control on the form
so I can do the the Control("txt" & fldName).Text part of the process but...
doesn't seem to want to let me access the corresponding PimContact (Outlook Contact) field unless I'm missing something (quite likely!)
both Control("PimContact." & fldName) and Control("PimContact").fldName give me a compile error and Control("PimContact","Contact").Control(fldName) gave me a runtime error
any suggestions?
not critical, just reduces my typing considerably
