VB – code behind to go to url

Where Link is a field containing URL.

DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
    Dim Link As String
    Link = Me.Link
    Application.FollowHyperlink "http://" & Link