Here are some instructions I have posted in the past:
1. Create a back-up copy of your database file. Don't skip this step!!
2. Go to this web site:
http://www.mvps.org/access/api/api0019.htm
Copy all that code to a new standard module.
Module, not form module!
3. Compile the code, save the module and name it modHideAccessWindow.
4. Open your main form (the one that you want the users to see) and go to Design View.
5. Set these Form's Properties:
Auto Center- Yes
Pop-Up - Yes
Modal - Yes
6. Open the code behind the form and copy this code into the Form's Open event:
Private Sub Form_Open(Cancel As Integer)
Me.Visible = True
fSetAccessWindow (SW_HIDE)
End Sub
7. You MUST put an exit command button on this form that closes all of Access.
Something with a line like:
DoCmd.Quit
...in the button's Click event.
8. Compile the code, close and save the form.
9. Close the database and then re-open. It *should* now completely hide the Access window and only
show the data entry form.
Let me know if you have problems.
--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html
in message: