Hi All, I need help to sort out linking problem.
I have a command button, what I wants to do it when I click it, window explorer window opens up and user can select a file, It should be store in field call Document_link as hyperlink.
can someone help me... this what I am using... I have tried with private also ...getting complile error : Method or data member not found...
Public Sub Command13_Click()
Me.[Document_Link].SetFocus
DoCmd.RunCommand acCmdInsertHyperlink
End Sub
I have a command button, what I wants to do it when I click it, window explorer window opens up and user can select a file, It should be store in field call Document_link as hyperlink.
can someone help me... this what I am using... I have tried with private also ...getting complile error : Method or data member not found...
Public Sub Command13_Click()
Me.[Document_Link].SetFocus
DoCmd.RunCommand acCmdInsertHyperlink
End Sub