Please, Any help is appreciated
Thank You
I tried using code builder from the cmd button and I am getting an
error 13
Type Mismatch
in debug I get (hi-lighted)
Set cmdPEBFile = PEBNumberTextBox
here is my code:
Private Sub cmdPEBFile_Click()
Dim cmdPEBFile As CommandButton
Set cmdPEBFile = PEBNumberTextBox
With cmdPEBFile
.Visible = True
.HyperlinkAddress = "\\ServerName\ServerDrive\Databases\EPEB\" & [PEBNumberTextBox] & ".pdf"
End With
End Sub