Group:  Microsoft Access ยป microsoft.public.access.gettingstarted
Thread: start up options

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

start up options
linronamy 24.09.2006 00:39:01
After using the start up wizard option I specified a form to open when I
opened Access. When I open it, the form I specified opens as expected but it
is not in the maximized view which is necessary due to size of the fields on
the form. I can't figure out how to get it maximized automatically. Any ideas
what I'm missing?
Re: start up options
"Rick Brandt" <rickbrandt2[ at ]hotmail.com> 24.09.2006 00:48:19
"linronamy" <linronamy[ at ]discussions.microsoft.com> wrote in message
news:CB5B9A4B-907A-4CB6-AFA2-76F87C906EA7[ at ]microsoft.com...
[Quoted Text]
> After using the start up wizard option I specified a form to open when I
> opened Access. When I open it, the form I specified opens as expected but it
> is not in the maximized view which is necessary due to size of the fields on
> the form. I can't figure out how to get it maximized automatically. Any ideas
> what I'm missing?

If the AutoResize property of your form is set to Yes it should automatically
open to its full dimensions. If you actually want the form Maximized you can
use code in the form's Open event...

DoCmd.Maximize

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


Re: start up options
"J. Goddard" <jrgoddard[ at ]NO_cyberus_SPAM.ca> 24.09.2006 00:49:02
Put docmd.maximize in the on open event of the form

HTH

John


linronamy wrote:

[Quoted Text]
> After using the start up wizard option I specified a form to open when I
> opened Access. When I open it, the form I specified opens as expected but it
> is not in the maximized view which is necessary due to size of the fields on
> the form. I can't figure out how to get it maximized automatically. Any ideas
> what I'm missing?

Re: start up options
linronamy 24.09.2006 00:53:01
How do I get to the open event of the form? (novice grande)

"J. Goddard" wrote:

[Quoted Text]
> Put docmd.maximize in the on open event of the form
>
> HTH
>
> John
>
>
> linronamy wrote:
>
> > After using the start up wizard option I specified a form to open when I
> > opened Access. When I open it, the form I specified opens as expected but it
> > is not in the maximized view which is necessary due to size of the fields on
> > the form. I can't figure out how to get it maximized automatically. Any ideas
> > what I'm missing?
>
>
Re: start up options
"Rick Brandt" <rickbrandt2[ at ]hotmail.com> 24.09.2006 01:04:13
"linronamy" <linronamy[ at ]discussions.microsoft.com> wrote in message
news:2BB0F16E-28A9-41BE-AB9B-20D96BF7940F[ at ]microsoft.com...
[Quoted Text]
> How do I get to the open event of the form? (novice grande)
>
> "J. Goddard" wrote:
>
>> Put docmd.maximize in the on open event of the form

Design view. Open property sheet. Go to Events tab. Find event property box
labeled "On Open". From list of drop down choices choose "[Event Procedure]"
then press the build button [...] to the right. The line of code goes in the
resulting VBA editor window between the two lines that will be automatically
created for you.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com



Re: start up options
"Larry Daugherty" <Larry.NoSpam.Daugherty[ at ]verizon.net> 24.09.2006 03:48:09
Open the form in design view. View the properties, Events
Doublelclick on OnOpen. It will open the event code for the Open
event with your cursor in the code space. Type in the code your were
given.

HTH
--
-Larry-
--

"linronamy" <linronamy[ at ]discussions.microsoft.com> wrote in message
news:2BB0F16E-28A9-41BE-AB9B-20D96BF7940F[ at ]microsoft.com...
[Quoted Text]
> How do I get to the open event of the form? (novice grande)
>
> "J. Goddard" wrote:
>
> > Put docmd.maximize in the on open event of the form
> >
> > HTH
> >
> > John
> >
> >
> > linronamy wrote:
> >
> > > After using the start up wizard option I specified a form to
open when I
> > > opened Access. When I open it, the form I specified opens as
expected but it
> > > is not in the maximized view which is necessary due to size of
the fields on
> > > the form. I can't figure out how to get it maximized
automatically. Any ideas
> > > what I'm missing?
> >
> >


Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net