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

Datasheet window position?

Status
Not open for further replies.

Tranman

Programmer
Joined
Sep 25, 2001
Messages
695
Location
US
Hi All,
When I open a table (or a query) in datasheet view by double-clicking on it in the database window, the display window is so low on the page and so large that I cannot see the record selector.

How do I change the default behavior of this window so I can see the whole thing every time I open a table or query?

All help greatly appreciated.

Paul
 
In the Form_Open event

type Docmd.Maximize

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top