Open URL
acCmdOpenURL
Opens the Follow Hyperlink dialog box
'***************** Code Start *******************
'Code by Terry Wickenden
Sub FollowHyperlink()
DoCmd.RunCommand acCmdOpenURL
End Sub
'****************** Code End ********************