Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 18th, 2006, 10:16 AM
ru1 ru1 is offline
Authorized User
 
Join Date: Feb 2005
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Default Switchboard Size

Hi everyone. I have a switchboard that I am using and when I open the database it comes up to the size I want. But, when I go to another form and close the form to go back to the switchboard, the swotchboard size is maxed out and it looks awful.

It has been a long time since I played with this and have forgotten how to keep the form the same size.

Any ideas?

Thanks

 
Old April 18th, 2006, 11:31 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 168
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
Set your switchboards Got_Focus event like this:

Private Sub Form_GotFocus()
    DoCmd.Restore
End Sub



-vemaju





Similar Threads
Thread Thread Starter Forum Replies Last Post
switchboard error damnnono_86 Access 23 April 2nd, 2007 08:29 AM
Switchboard ?s JeffGirard Access 1 September 15th, 2005 02:52 AM
Switchboard Manager penta Access 2 March 10th, 2005 06:43 AM
Opening Switchboard with VBA rhysduk Access VBA 0 September 9th, 2004 02:53 PM
switchboard problems zisko3 Access 2 January 31st, 2004 03:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.