Multiple Nondefault Instances of Forms

dennyryan

Registered User.
Local time
Today, 12:49
Joined
Dec 21, 1999
Messages
45
I can't understand the description of how you create these instances from the Help information. Can anyone give me a more complete example of the VBA code than just the Dim statement that is provided in the Help text?

Thanks,

Denny
 
Denny,
I can't seem to get the question from your post. But today is Tuesday and I'm thinking of other things.
The DIM statement is use to declare something, example:

Dim intResponse as Integer

This is means I'm going to use "intResponse" for something and it will be an integer value.

HTH
RDH

[This message has been edited by R. Hicks (edited 01-25-2000).]

[This message has been edited by R. Hicks (edited 01-25-2000).]
 
Are you trying to open the same form multiple times?

If you are let me know, I have the code for that. It is long though and a little complex but by the time your done you will have some understanding of how Collections work.
 

Users who are viewing this thread

Back
Top Bottom