- Joined
- Apr 28, 2010
- Messages
- 1
- Reaction score
- 0
I am trying to figure out how to pause a loop in Visual Basic 2008 so that more information can be added in a text box and then use a button to resume the loop to read the next record. I think I can do this using an Input box, but I would like to be able to provide a text box on the form for user input and then have a button on the form to start the loop again to read the next record. I thought I could do this using a boolean value in a variable with an If statement and then have the button change the value, but I don't know how to call the button from inside the loop. I appreciate any advice.