Recent content by access database developer

  1. A

    Trigger Windows 10 On-screen Keyboard using VBA

    thanks isladogs keep up the good work (y):)
  2. A

    Trigger Windows 10 On-screen Keyboard using VBA

    this worked fine for us on Win 10 MS access 2013 it is available throughout the project. Hopefully it will help others Dim lngPtr As Long Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String...
Top Bottom