View Single Post
  #3 (permalink)  
Old 06-01-2008, 11:22 PM
Offbeatmammal Offbeatmammal is offline
Junior Member
 
Join Date: May 2008
Posts: 32
Default

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
Reply With Quote