G
Guest
When hyperlink fields are updated they have to be in the format
c:\Folder\File.doc#c:\folder\file.doc
Currently I have c:\folder\file.doc in a hyperlink field which I can copy to
the clipboard with the following code:
txtHyperField.SetFocus
RunCommand acCmdCopy
How can I paste this such that c:\Folder\File.doc#c:\folder\file.doc.
I am looking for something along the lines of:
txtHyperField.SetFocus
RunCommand acCmdPaste + "#" + acCmdPaste
Thanks for your help!
c:\Folder\File.doc#c:\folder\file.doc
Currently I have c:\folder\file.doc in a hyperlink field which I can copy to
the clipboard with the following code:
txtHyperField.SetFocus
RunCommand acCmdCopy
How can I paste this such that c:\Folder\File.doc#c:\folder\file.doc.
I am looking for something along the lines of:
txtHyperField.SetFocus
RunCommand acCmdPaste + "#" + acCmdPaste
Thanks for your help!