Hi All,
I'd like to be able to drag and drop a file from an email onto a record on Access.
I believe the best way to achieve this would be to create the hyperlink to the temporary file, copy the hyperlink and then use the FileCopy method, however I'm having some trouble creating the hyperlink.
I've got a textbox bound to a hyperlink field but when I drag the file from the email onto the form, no hyperlink is created.
Also, is this the best way to achieve this?
Thanks all.
I'd like to be able to drag and drop a file from an email onto a record on Access.
I believe the best way to achieve this would be to create the hyperlink to the temporary file, copy the hyperlink and then use the FileCopy method, however I'm having some trouble creating the hyperlink.
I've got a textbox bound to a hyperlink field but when I drag the file from the email onto the form, no hyperlink is created.
Also, is this the best way to achieve this?
Thanks all.