Re: Spash screens in a Access 2003 application. How?
- From: Salad <oil@xxxxxxxxxxx>
- Date: Thu, 14 Feb 2008 21:28:16 -0800
Allen Browne wrote:
Albert has given you lots of good suggestions. Worth reading and digesting.
Here's what I generally do:
http://allenbrowne.com/ser-53.html
Essentially, you create an unbound form that is your splash screen, and set it up as your Startup so Access shows it first. The code loops for the number of seconds you specify, so you can control how long it is on screen for. During that time, it does whatever initialization you need, such as verifying that the back end tables are available. (You always split your database, don't you?)
It's almost required in A2003. Not so much in A97. I've found that splitting databases can be slower than a non-split database.
Tony's AutoFE is a godsend for fe/be apps. Makes updates a breeze.
The example splash screen also shows lots of information that is useful if you get a support call from your client. We reuse this screen for Help | About so it can stay on screen for the client when they phone. That way you know things like which version of your software they are running, which version of Access (and what service pack), who they are logged in as (useful for logging or determining their permissions), and what data file they are actually connected to.
You can download it and modify it to suit yourself.
My splash screen is very similar to yours and the data it presents. But with the information Albert and you provided, I think I'm simply going to forego a splash screen. It was nice when, in A97, I could see it when logging into the application. Access loaded after the login form was completed. With A2003 opening in full screen and then presenting the dialog, my splash screen is virtually useless. Although your solution is nice, I hate to open a form that will slow down entry into the system...even for 2 seconds. I'm simply going to put a form like my splash screen in the menu option under Help.
Thanks for the input.
.
- Follow-Ups:
- Re: Spash screens in a Access 2003 application. How?
- From: Albert D. Kallal
- Re: Spash screens in a Access 2003 application. How?
- References:
- Spash screens in a Access 2003 application. How?
- From: Salad
- Re: Spash screens in a Access 2003 application. How?
- From: Allen Browne
- Spash screens in a Access 2003 application. How?
- Prev by Date: Re: Spash screens in a Access 2003 application. How?
- Next by Date: Re: Spash screens in a Access 2003 application. How?
- Previous by thread: Re: Spash screens in a Access 2003 application. How?
- Next by thread: Re: Spash screens in a Access 2003 application. How?
- Index(es):
Relevant Pages
|
Loading