Is there a way to set a form so that it automatically maximizes when it opens
so that the user does not have to do it?
Rick B - 03 Jan 2005 21:49 GMT
Please post your message once. Posting multiple identical messages to more
than one newsgroup causes people to waste their time answering a question
that may already be answered in your other post.
> Is there a way to set a form so that it automatically maximizes when it opens
> so that the user does not have to do it?
PC Datasheet - 03 Jan 2005 23:02 GMT
Put the following code in the form's Activate event:
DoCmd.Maximize
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com
> Is there a way to set a form so that it automatically maximizes when it opens
> so that the user does not have to do it?