Code Examples For RunCommand Constants

Open URL

acCmdOpenURL

Opens the Follow Hyperlink dialog box

'***************** Code Start *******************
'Code Courtesy of
'Terry Wickenden

Sub FollowHyperlink()
    DoCmd.RunCommand acCmdOpenURL
End Sub


'****************** Code End ********************