Re: multiple instances of a form x 2
From: Miranda (mirandapbourke_at_hotmail.com)
Date: 09/03/04
- Next message: Joe: "Re: Subform without using wizard?"
- Previous message: Joe: "Re: Scroll Mouse in Forms"
- In reply to: Wayne Morgan: "Re: multiple instances of a form x 2"
- Next in thread: Wayne Morgan: "Re: multiple instances of a form x 2"
- Reply: Wayne Morgan: "Re: multiple instances of a form x 2"
- Reply: Michel Walsh: "Re: multiple instances of a form x 2"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Sep 2004 10:48:59 +1000
thanks wayne, i would do that except there is no docmd.openForm command. i
have a function with something like this:
Dim frm2 As Form
Set frm2 = New Form_dataEntryForm
so because i don't have that docmd i don't know how to pass the value
any other ideas?
thanks!! Miranda
"Wayne Morgan" <comprev_gothroughthenewsgroup@hotmail.com> wrote in message
news:uTt$D7PkEHA.324@TK2MSFTNGP11.phx.gbl...
> Try passing the hWnd as a text string in the OpenArgs argument of the
> DoCmd.OpenForm command. You can them get that string in the opened form
with
>
> strGetString = Me.OpenArgs
>
> --
> Wayne Morgan
> Microsoft Access MVP
>
>
> "Miranda" <mirandapbourke@hotmail.com> wrote in message
> news:%23SIGKIKkEHA.3536@TK2MSFTNGP12.phx.gbl...
> > hi ,
> >
> > my main form is able to load multiple instances of the second form. i
then
> > want the 2nd form to load multiple instances of the third form. I have
the
> > first and second form operating correctly. but i'm having probs getting
> > the
> > 3rd form going. i'm using the hwnd as an identifier for the forms. when
> > the
> > third form is opened i want to pass the 2nd forms hwnd to it but i don't
> > know how to do this
> >
> > does anyone have any experience with such things?
> >
> > any help would be greatly appreciated!!
> >
> >
>
>
- Next message: Joe: "Re: Subform without using wizard?"
- Previous message: Joe: "Re: Scroll Mouse in Forms"
- In reply to: Wayne Morgan: "Re: multiple instances of a form x 2"
- Next in thread: Wayne Morgan: "Re: multiple instances of a form x 2"
- Reply: Wayne Morgan: "Re: multiple instances of a form x 2"
- Reply: Michel Walsh: "Re: multiple instances of a form x 2"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|