Ok i found it ! TY !
but how do i put this in another form and then when i click on the button it goes to that form and open the browser there ?
I got it now, but its in the same form
Hey everybody,
I made a program that opens an hyperlink (in VBA). only problem is that it opens in IE and not in the form or Access.
I want it to open in Access or in the form.
here is an example of the code i got at the moment:
Private Sub Knop17_Click()
Dim sWebSite As String...