You could try using the ActiveX control "Microsoft Access Web Browser" (it's pretty cool). Assuming you name the ActiveX control "ocxWeb", then in the OnClick event of your command button, do this:
Me.ocxWeb.Navigate "path of web page"
Note that the ActiveX control is embedded in your form. May not be what you want, but...