O.K. I’m totally missing something here?
I have a form1 that I need to call form2 and in form2’s code I want to run some more code. The problem seems to be that the project wants to handle form1 just like form2, as in both have,
Private Sub Form_Load()
So how can form1 call form2 if both the private subs have the same name?
I’ve been playing with the mdiform, but VB’s examples are pretty poor am I heading in the correct direction?
I have a form1 that I need to call form2 and in form2’s code I want to run some more code. The problem seems to be that the project wants to handle form1 just like form2, as in both have,
Private Sub Form_Load()
So how can form1 call form2 if both the private subs have the same name?
I’ve been playing with the mdiform, but VB’s examples are pretty poor am I heading in the correct direction?