How can i use a button on one form to connect to another form when this button is pressed? What type of typical code i need to write?
Printable View
How can i use a button on one form to connect to another form when this button is pressed? What type of typical code i need to write?
In Form1..
private Sub Command1_Click()
Form2.Show
End Sub
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Certified AllExperts Expert: http://www.allexperts.com/displayExp...p?Expert=11884