I have code in an Access database.
Private Sub Text0_Click()
Dim s As String
s = MyGetOpenFileName
Me.Text0.Value = s
End Sub
In Windows 7 Office 2010 when I click the text box the windows open.
In Windows 10 Office 2013 nothing happens.