Database View

  • Thread starter Thread starter LorryPat
  • Start date Start date
L

LorryPat

This may be a silly question, but I am having the hardest time figuring out
how I can have my Database window pop up separately from Access. When I
click on my database, I would like to have it come right up for users to
input information. I can not find the button to click to Unlink my Database
and have it come up in a seperate window. Any help is greatly appreciated.
 
LorryPat said:
This may be a silly question, but I am having the hardest time
figuring out how I can have my Database window pop up separately from
Access. When I click on my database, I would like to have it come
right up for users to input information. I can not find the button
to click to Unlink my Database and have it come up in a seperate
window. Any help is greatly appreciated.

There is no such option. You can specify a form to open automatically when
the file is opened, but it still opens inside the Access main window.
 
Thank you for your response:

I may be asking my question wrong. When I opened the Personal Contacts
Template from Microsoft, it seems as though the database pops up in a
separate window. I look that look for when I put the database in production.
 
In the On Open Event of the form that starts when you open the database, put

DoCmd.Minimize

Evi
 
Back
Top