How To Click A Botton On Form1 From Form2 ?
082100 0 Newbie Poster
Recommended Answers
Jump to PostOr you can try this on Form 1
Private Sub Command1_Click() Form2.Show Unload Me End Sub
This on Form 2
Private Sub Command1_Click() Form1.Show Unload Me End Sub
Jump to PostForm1.Command1.Value = True
Good Luck
All 7 Replies
technology -5 Light Poster

deleted1234
vb5prgrmr 143 Posting Virtuoso
kinwang2009 7 Posting Whiz in Training
jhai_salvador 48 Junior Poster
vb5prgrmr 143 Posting Virtuoso
abu taher 34 Practically a Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.