Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Startup Screen Problem

Status
Not open for further replies.

dvannoy

MIS
May 4, 2001
2,765
US
I am creating a startup screen to replace the access startup screen for my app. does anyone know how to remove the user name and reg# from the screen...I created a BMP file and named it the same name as my database, stored it in the same directory. when it starts up, i see my screen but in the middle of the screen it still shows the user name etc..

Thanks in advance DVannoy
A+,Network+,CNA
dvannoy@onyxes.com
 
U can do that by starting Access Application in runtime version. Play around with these arguments, maybe it'll help u

Create a shortcut for ur access application and in the Target of that shortcut write following arguments

C:\msoffice\access\access.exe myapplication.mdb /excl /runtime /nostartup

* excl=exclusive mode
* runtime=runtime mode
* nostartup=skip startup

If u'll run ur application in runtime than user name and other info will not be shown.

Cheers!
Aqif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top