Users would like me to add a button to a form that would allow them to browse a word doc or other file on thier C: drive and then save it to a network server folder.
I presently have a button with a Click event with the following:
Me.TaskDescrip.SetFocus
RunCommand acCmdInsertHyperlink
So I need to add code if possible to this Click event that would save the document to a server folder before the RunCommand. The source documents will most likely be created in the C:\My Docs folder, but there may be exceptions. But the goal of the Save action in this Click event will save the browsed document to the same server folder. So I should be able to hard code that location into the code if necessary.
Any ideas?
I presently have a button with a Click event with the following:
Me.TaskDescrip.SetFocus
RunCommand acCmdInsertHyperlink
So I need to add code if possible to this Click event that would save the document to a server folder before the RunCommand. The source documents will most likely be created in the C:\My Docs folder, but there may be exceptions. But the goal of the Save action in this Click event will save the browsed document to the same server folder. So I should be able to hard code that location into the code if necessary.
Any ideas?