JohannIcon
Programmer
Dear All, I have an error in the insertion clause which I cannot find. Here is what the browser is displaying:-
INSERT INTO Users (Name,Surname,Email,Password,LastPollVoted,DateRegistered) VALUES ('Johann','Montfort','johann@icon.com.mt','QuizGame',0,'01/01/2000');
What I am also thinking of is that every row has an Autonumber, called UserId, and is the primary key. How can I insert that?
Thanks for your help
INSERT INTO Users (Name,Surname,Email,Password,LastPollVoted,DateRegistered) VALUES ('Johann','Montfort','johann@icon.com.mt','QuizGame',0,'01/01/2000');
What I am also thinking of is that every row has an Autonumber, called UserId, and is the primary key. How can I insert that?
Thanks for your help