RDP connection error: An Error (193) occurred while creating user logon…

Question : RDP connection error: An Error (193) occurred while creating user logon…

I have created a RDP connection to our application server that will start a .mdb file. Unfortunately, I am receiving this error when I try to connect:

An Error (193) occurred while creating user logon…

Within the Programs tab on RDP I have filled in:

Program path and file name:
CRM.mdb

Start in the following folder:
D:AccessDatabases

What am I doing wrong?

Thank you!


Solution : RDP connection error: An Error (193) occurred while creating user logon…
You could use a vbs instead…
save as crm.vbs

CreateObject("wscript.shell").run "D:AccessDatabasesCRM.mdb", 0