I want to click on a button and have it open another form. The other form is called Kindy.
Hi,
FormName.Show 'to open a form
and
FormName.ShowDialog 'to open a modal form
Button1_click() { kindy.show() }
Button1_click() { enterformname.show() }