To prevent the Access Logo and copyright details appearring when you open any application, do this.
1. Create a blank .bmp file 2 pixels by 2 pixels in size.
Save it as Your Application Name.bmp
2. Copy this bmp file into the same directory that your Application is run from.
Whenever this application is started the Access splash screen will no longer display.
Another option is to replace the splash screen with one of your own. You can do this by using the above process, but substituting your splash screen for the blank bmp (This is fiddly, because you need to match the Access Splash screen's size exactly), or by using registry settings and API calls (I've never used this method, but know it can be done).
HTH
Lightning