F
Frank
Hi,
I'm looking for an example where in MS-Access a button opens de
default webbrowser and goes to the webpage I specified in the vba
code.
Something like this:
Private sub button_click()
dim strPage
strPage = "default.htm"
Open.hyperlink ("http://www.myurl.com/" & strPage)
end sub
Thanx, Frank
I'm looking for an example where in MS-Access a button opens de
default webbrowser and goes to the webpage I specified in the vba
code.
Something like this:
Private sub button_click()
dim strPage
strPage = "default.htm"
Open.hyperlink ("http://www.myurl.com/" & strPage)
end sub
Thanx, Frank