Forum Discussion
Access_Jim
Jan 31, 2025Copper Contributor
Start Access from .bat file as specific user?
Hi, I need to run an Access macro from a .bat file as a different user. Is there a way to use the start command and the runas command at the same time? I want to do something like th...
- Feb 01, 2025
This runs here:
RunAs /user:"domain\username" "C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE d:\folder\application.mdb /x TheMacro"
Gustav_Brock
Feb 01, 2025Iron Contributor
This runs here:
RunAs /user:"domain\username" "C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE d:\folder\application.mdb /x TheMacro"