Form

U

Udayan

Help me please..............

I have a MS Access data base, when i open the data base a switchboard named
"Welcome" opens.

Is there any way this switchboard can be viewed on center of the screen with
a dimention of Width 30cm Height 30cm
 
J

John Spencer

If you set the form's AutoResize and AutoCenter values to Yes, this should
happen automatically.

Otherwise, you will need to use vba code in the open event and that can get
tricky (especially handling the centering part).



John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
Top