petertenthije
Active Member
- Joined
- Sep 25, 2012
- Messages
- 341
We have a computer that is used exclusively to run automated processes using windows taskplanner and VBS scripts.
This computer also opens Access databases to update them. Some of these are running in the background, with the Access session not visible.
With Windows Taskmanager I can see that one (or more) MSACCESS.EXE *32 sessions are running. But I can't open this session using Taskmanager. When I right-mouseclick I can select "Open location" (or something like it, translating from Dutch)... but that only shows the location of the Access program, not the specific database. Same when opening properties.
Is there a way to unhide these Access sessions, so I can see which specific databases are running?
I know it is possible to do so for hidden Excel sessions (code: Getobject(, "Excel.Application").Visible = true in VBA>Immediate screen), but for Access I am at a loss.
This computer also opens Access databases to update them. Some of these are running in the background, with the Access session not visible.
With Windows Taskmanager I can see that one (or more) MSACCESS.EXE *32 sessions are running. But I can't open this session using Taskmanager. When I right-mouseclick I can select "Open location" (or something like it, translating from Dutch)... but that only shows the location of the Access program, not the specific database. Same when opening properties.
Is there a way to unhide these Access sessions, so I can see which specific databases are running?
I know it is possible to do so for hidden Excel sessions (code: Getobject(, "Excel.Application").Visible = true in VBA>Immediate screen), but for Access I am at a loss.