deploying database application

TomL

Registered User.
Local time
Yesterday, 23:22
Joined
Aug 11, 2010
Messages
18
I have a small database application that seems to work fine and now the question is how to deploy the application. I have split the front end and back end and the question I have is can I set up the front end so it's not running within the Access development environment, that is to say when the applications starts all you see is the start up form? At this point the application is going to run on only a single pc, but in the future I would like to migrate the back end to a server and distribute the front end to several users, all of whom will have Access 2007 installed on their pc's.

Thanks,
Tom
 
yes you can Tom, but from what I understand by others, hiding the interface of the actual program introduces more problems than it solves. so it best not to do it anyway. if you were to want to do it though, you have to use APIs.
 

Users who are viewing this thread

Back
Top Bottom