View Single Post
Join Date: Nov 2008
Posts: 5
Reputation: AW08 is an unknown quantity at this point 
Solved Threads: 0
AW08 AW08 is offline Offline
Newbie Poster

Re: Database update error help

 
0
  #5
Nov 18th, 2008
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

  1. LoginTable("Username","Password") values (txtUsernameInput.Text,txtPasswordInput.Text);

because I just tried that and it didn't work

Thanks for the help.
Reply With Quote