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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't see Database Window

Status
Not open for further replies.

laina222

Technical User
Sep 7, 2001
172
US
Hello all, hope someone can help!

I have a database where suddenly I can't see the database window. The database still has 7000 kb, so it must be there, and I use it daily, and the database window was there yesterday, but suddenly its gone. Please help!
 
What happen if you open your database holding the shift key depressed ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
It didn't open the database window, but it seemed to generate just about every report in existence :)
 
I have a label that is not visable on a form, the main form is yourform and uses the following code to open database window when you click on the label:

Private Sub Label7_Click()


DoCmd.SelectObject acForm, "YourForm", True
DoCmd.CLOSE


Exit_Command17_Click:
Exit Sub

Err_Command17_Click:
MsgBox Err.Description
Resume Exit_Command17_Click
End Sub

Never give up never give in.

There are no short cuts to anything worth doing :)
 
Hi laina222,

You could have incidently closed the window. Right click Access window yust beside last menu item (not on any menu item). The "Database" should be checked; if not, check it. You can acomplishe this task also by clicking on "View" -> "Toolbars" -> "Database" should be checked.

Also see if there is a right vertical scroll bar. If there is one, scroll down you may find the window.

 
-After opening your application, close it using the "X" button at the upper right of the window.
-Click "Windows-Unhide"
-Select your database window

If your database window appears in the "unhide windows" list, it could be that you have changed the startup parameters for the database :

-Click Tools - Startup
-Check if the checkbox "Display Database window" is unchecked. This should solve the problem.

PS I use a version 2002 of Access, but it should be the same in 2003
 
-After opening your application, close it using the "X" button at the upper right of the window.
-Click "Windows-Unhide"
-Select your database window

If your database window appears in the "unhide windows" list, it could be that you have changed the startup parameters for the database :

-Click Tools - Startup
-Check if the checkbox "Display Database window" is unchecked. This should solve the problem.

PS I use a version 2002 of Access, but it should be the same in 2003

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top