In an Access form I have a button that I want it to execute: Shell ("c: \ Windows \ system32 \ osk.exe").
The bbdd runs on a touchscreen laptop so that when you click on the button the shell is run and the Windows screen keyboard appears in order to fill in or modify a textbox.
When clicking, error 53 appears, a file that does not exist, but the file "osk.exe" exists in "c: \ Windows \ system32 \".
If I run a shortcut that calls the "screen keyboard" it opens without any problem.
Is it possible that it is by administrator's permission?
Thank you.