Re: Auto close, Auto Open
From: Microsoft (scottb_at_cecomet.net)
Date: 05/22/04
- Next message: PC Data***: "Re: Add a record to a table"
- Previous message: dayane: "RE: Calendar event fails?"
- In reply to: Microsoft: "Re: Auto close, Auto Open"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 22 May 2004 19:53:10 -0400
Yeah I found the answer. Thanks anyway.
Scott B
"Microsoft" <scottb@cecomet.net> wrote in message
news:ejwp7YBQEHA.2976@TK2MSFTNGP10.phx.gbl...
> I am also interested in knowing if there is a way to open a form in full
> screen programatically. I have a form that I want to to use as the main
> screen in a DB with other forms opened with pop-up, modal, and dialog set
to
> yes. The main form is not staying full screen.
>
> Best regards,
> Scott B
>
>
> "Rick B" <anonymous@discussions.microsoft.com> wrote in message
> news:uCHPuFePEHA.556@TK2MSFTNGP10.phx.gbl...
> > Private Sub MainFormName_Click()
> > DoCmd.Close acForm, "MainFormName"
> > DoCmd.OpenForm "SecondFormName"
> > End Sub
> >
> >
> >
> > "Joyce O" <anonymous@discussions.microsoft.com> wrote in message
> > news:f61901c43dde$339f04b0$a301280a@phx.gbl...
> > I remember once seeing some code that when a command
> > button was clicked on a form, to open another form, the
> > form with the button would close and the form lauched by
> > clicking the button would open. What is the code to make
> > the current form in view close when another form is
> > opened. As always I appriciate your help.
> >
> > Oh, also, is there a property to make the form open in
> > full screen size or is that accomplished with VBA code?
> >
> >
>
>
- Next message: PC Data***: "Re: Add a record to a table"
- Previous message: dayane: "RE: Calendar event fails?"
- In reply to: Microsoft: "Re: Auto close, Auto Open"
- Messages sorted by: [ date ] [ thread ]