Run Access as a Service

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Does anyone know if and/or how Access can be run as a
service? I have an application that runs on a server,
and they don't want to leave the server logged on.
Access closes out if you log off the current user, since
it runs as an application.

Any suggestions will be appreciated.
 
AFAIK, it cannot. But services seldom need GUIs, so perhaps you can rewrite
what you're doing in some other language that can be run as a service.
 
Back
Top