AccessDiscussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am using 3 databases to do client side updating.
When a client version starts this program will automatically update the client database from the server. The program works like this.
- start client database
- check for updates
- if there are updates overwrite the client (else start normally)
- close the temp database and open the updated client
My problem is to hide the "check for update" screen when the updated database open by Shell command.
Thanks for your reply. I need to hide only the "Startup Form" not the whole DB when I start from the Shell command. If there is a way to find out how the DB is started(i.e is it from the Shell command or by normal start) then it can be done.