In the place where you ask if the user is satisfied and he isn't then you can do anything you want with the data input form. If you want to directly execute a Click event of one form from another form via code you would need to change the event from Private to Public and also reference the form. For example

'From Form2
Call Form1.Command1_Click