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...