G
Guest
I have a form that contains everything I need to populate a hyperlink field
on another form. When I try to insert the value into the hyperlink field I
get an "error communicating with Ole Server or Activex control"
Here is what I have:
CallingControl = Forms![formname]![controlname] *Hyperlink
FullPath = c:\data\filename
I have tried CallingControl.value = FullPath,
CallingControl.HyperlinkAddress = Fullpath among others.
Do I need to insert # into the string?
Thanks in advance for any help.
on another form. When I try to insert the value into the hyperlink field I
get an "error communicating with Ole Server or Activex control"
Here is what I have:
CallingControl = Forms![formname]![controlname] *Hyperlink
FullPath = c:\data\filename
I have tried CallingControl.value = FullPath,
CallingControl.HyperlinkAddress = Fullpath among others.
Do I need to insert # into the string?
Thanks in advance for any help.