Sorry to act like such as novice but could you help me with what I would actually write.
I'm trying to insert txt.UsernameInput.Text and txt.PasswordInput.Text into the new row in the Username and Password columns. The name of the table is LoginTable and the name of the Access file is Login. So would I write something like this
LoginTable("Username","Password") values (txtUsernameInput.Text,txtPasswordInput.Text);
because I just tried that and it didn't work
Thanks for the help.