C
Chuck216
Hi
I have a form with a button that runs the following code to insert a
hyperlink into a field.
DoCmd.GoToControl "frmAttachSubform"
DoCmd.GoToControl "Attachments"
DoCmd.GoToRecord , "", acNewRec
DoCmd.RunCommand acCmdInsertHyperlink
What I’m having a problem with is that all the documents that we store and
want a hyperlink to are stored on a network drive, the data base is a front
end MDE file on the local machines. I need to be able to default to the
network drive and directory when someone goes to add a new record and not
have them have to navigate to the correct drive.
As always thanks in advance for any help with this.
Chuck
I have a form with a button that runs the following code to insert a
hyperlink into a field.
DoCmd.GoToControl "frmAttachSubform"
DoCmd.GoToControl "Attachments"
DoCmd.GoToRecord , "", acNewRec
DoCmd.RunCommand acCmdInsertHyperlink
What I’m having a problem with is that all the documents that we store and
want a hyperlink to are stored on a network drive, the data base is a front
end MDE file on the local machines. I need to be able to default to the
network drive and directory when someone goes to add a new record and not
have them have to navigate to the correct drive.
As always thanks in advance for any help with this.
Chuck