07-01-2011, 09:52 AM
Hey Murc!
Well, it doesn't really look like there is a problem with your form1 login code... Everything looks like it checks out there. You might want to make sure that the connection string is good, though.
As for the second form, I don't know if you ever called it, but
Will actually throw an error I believe, so that could be it.
What is the error you are getting, exactly?
Well, it doesn't really look like there is a problem with your form1 login code... Everything looks like it checks out there. You might want to make sure that the connection string is good, though.
As for the second form, I don't know if you ever called it, but
Code:
Sub Open()
Throw New NotImplementedException
End Sub
Will actually throw an error I believe, so that could be it.
What is the error you are getting, exactly?