RATE THIS ANSWER
0
Click to Vote:
0
0
Last Answered:
May 31 2008 10:29 PM GMT
by Mrdenny
Add code to the OnChange event. Setup the code to declare a new variable and set the variable = to the form you want to open
then open the form.
Dim t As Form
t = YourForm
t.Show()