Run Access as a Service

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.
 
D

Douglas J. Steele

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.
 
Top