newUserCommand.CommandText = "INSERT INTO users(username, password, security) VALUES('" & newUserNameBox.Text & "';'" & newPassWordBox.Text & "';" & newUserSecurityBox.Text & ";'"
I cannot find where the syntax error is but vstudio tells me the error is in a unclosed quotation after ;