SQL Access INSERT INTO fails
问题 I'm trying to make a visual basic application which is connected to a Microsoft Access Database using OLEDB. Inside my database I have a user table with the following layout ID - Autonumber Username - Text Password - Text Email - Text To insert data into the table I use the following query INSERT INTO Users (Username, Password, Email) VALUES ('004606', 'Password', 'Email@Mail.com') However I seem to get an error with this statement and according to VB it's a syntax error. But then I tried to