donjuay
02-20-2005, 03:14 AM
Cant seem to get this to work. I have a command button on form 1. When I press this I want Form2 to load and to run Private Sub Score1() on Form 2. Running Score1() is specific to this command button only.
So far I have
Private Sub HoverCommand2_Click()
Form2.Show
End Sub
Any ideas on how to run Score() on Form2
Thanks in advance
So far I have
Private Sub HoverCommand2_Click()
Form2.Show
End Sub
Any ideas on how to run Score() on Form2
Thanks in advance