I attempted to program my command button on the click event to open a hyperlink on a sharepoint that has a document, a .pdf. When I attempt to click the button I get the following error: runtime error 2465 microsoft access cannot find the field '1|' referred to in your expression
This is the code I have:
Code:
Private Sub Command4_Click()
Me.[https://collaborate.wp.com/sites/ClinicalQuality/Shared%20Documents/CQMIGlossary.pdf].SetFocus
RunCommand acCmdImportAttachSharePointList
End Sub
I have also tried runcommand accmdinsserthyperlink
runcommand accmdviewdetails