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...
'before you specify what site to open, you have to specify the proper exe.
you should have an exe that kicks off your web browser and it's stored somewhere within your C: drive. locate it (you can go to Start - Programs - right click on Internet Explorer - go to Properties - go to the Shortcut tab and it should tell you where the target is) and include the proper path (target) where i've got C:...etc below, then include a space, and then the name of the site you want to go to, in the example below it's http:\\
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.