How to open a URL via Firefox in access form (1 Viewer)

Gasman

Enthusiastic Amateur
Local time
Today, 17:32
Joined
Sep 21, 2011
Messages
14,323
British Grand Prix F1 on in a few moments, so that will be me for a few hours.
View attachment 101626
Highlighted bits have shown up as a problem
Where have we EVER used an = sign for the hypelink statement? :mad: Did I use it in the working example in the immediate window.? :(
You cannot just make stuff up :(, that is why it is called a language, it has to be in a certain format.
 

Gasman

Enthusiastic Amateur
Local time
Today, 17:32
Joined
Sep 21, 2011
Messages
14,323
Code:
Option Explicit
Private Sub Command56_Click()
Dim strUrl As String
strUrl = Me.Value_Source
strUrl = Replace(strUrl, "#", "")
Application.FollowHyperlink strUrl
End Sub

This code has finally got it opening in chrome, if I set my default browser to Firefox will it automatically open in Firefox
YES!
 

Users who are viewing this thread

Top Bottom