Re: How to Find a Form with Form's caption
- From: "hon123456" <peterhon321@xxxxxxxxxxxx>
- Date: 21 Apr 2006 01:21:40 -0700
Thanks French, why the following code is needed
Private Sub Command2_Click()
Load Form2
End Sub
Private Sub Command3_Click()
Unload Form2
End Sub
I think the following is enough for me
Private Sub Command1_Click()
Dim F As Form
For Each F In Forms
Me.Print F.Caption, F.Name
Next
End Sub
.
- Follow-Ups:
- Re: How to Find a Form with Form's caption
- From: J French
- Re: How to Find a Form with Form's caption
- References:
- How to Find a Form with Form's caption
- From: hon123456
- Re: How to Find a Form with Form's caption
- From: J French
- How to Find a Form with Form's caption
- Prev by Date: Newbie Question
- Next by Date: Re: How to Find a Form with Form's caption
- Previous by thread: Re: How to Find a Form with Form's caption
- Next by thread: Re: How to Find a Form with Form's caption
- Index(es):