It might be a very basic question, but can a form be called up from within a module. As I have tried, and all I get is the form opened and displayed and then the next displayable object, displayed ontop of it.??
Printable View
It might be a very basic question, but can a form be called up from within a module. As I have tried, and all I get is the form opened and displayed and then the next displayable object, displayed ontop of it.??
I dont understand your question? What do you mean.
But what i do know is you can use this line of code
under you module to show a form and to show another
form on it.
-Kayoca MortationCode:' shows the first form
form1.show
' shows the second form ontop the first form
form2.show vbmodal, form1
I am also a little confused about
what your question meen. Maybe
I am thinking like you when I
say you maybe should consider this code:
Form1.Hide
'hides your form1
Form2.Show
'shows your form2
or like what the guy in front of me said!!!
Sire
Eivind