I have a database in which a query creates a text entry in a field which is used to show the path to a linked file. This path needs to be transferred to an adjacent field in the form in view which is a Hyperlink field. One can simply copy and paste this text and the link works. However, if I use the SetValue function, it does not work, apparently because the text is copied and strictly text and not hyperlinked text.
I'm wondering if I can use the SendKeys action to simulate the user copying text in the first field and then another SendKeys action in the next field to simulate pasting the text in the Hyperlink field.
OR: Does anyone have any suggestions on how I can copy something like "D:\filename.doc" to another Hyperlinked field on the same form.
Merry Christmas everyone from Lake Nebagamon, WI.
Erik Cross
I'm wondering if I can use the SendKeys action to simulate the user copying text in the first field and then another SendKeys action in the next field to simulate pasting the text in the Hyperlink field.
OR: Does anyone have any suggestions on how I can copy something like "D:\filename.doc" to another Hyperlinked field on the same form.
Merry Christmas everyone from Lake Nebagamon, WI.
Erik Cross