I volunteered to write a simple program to quiz chemistry students. Have very little programming experience and almost none in VB2010. It's going pretty well but have a question. Currently each question is a separate form. When one question is complete the user clicks on the button 'Next Question'. In the code I just have the basic 'form##.show()'. I was wondering if there was a way to Randomly show a form when the user clicks 'Next Question'. This way every time you run the test the same sequence of questions doesn't repeat.
Thanks


