I have this Script for my text box and it's viewing as a hyperlink on the form but every time you click it, it put the cursor inside the text box...How do I hide the cursor within the text box...See below script:
Private Sub Text1__Database_Click()
Call Shell("""C:\Program Files\Microsoft Office\Office16\MSACCESS.exe"" ""G:\Source\Distri\Disbursements.accdb", 1)
End Sub
Private Sub Text1__Database_Click()
Call Shell("""C:\Program Files\Microsoft Office\Office16\MSACCESS.exe"" ""G:\Source\Distri\Disbursements.accdb", 1)
End Sub