Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Form_Open(Cancel As Integer)
Dim hlk As Hyperlink
Dim strAddress As String
strAddress = "[URL unfurl="true"]http://www.msn.com"[/URL]
Set hlk = lblClub.Hyperlink
With hlk
.TextToDisplay = "Go Club"
.Address = strAddress
End With
End Sub
strAddress = [forms]![frmYourFormName]![lblYourLabelName].column(2)
strAddress = [forms]![frmYourFormName]![cboYourComboBoxName].column(1)
Dim strText as String
strText = [forms]![frmYourFormName]![cboYourComboBoxName]