Hi, I am extremely new with .ASP (I started on tuesday this week), and am using Dreamweaver 8 to construct .ASP code for a project at school. I already have several bits of working .ASP code such as a login page, which restricts banned users, and validation within a registration page to ensure that login name and e-mail address are unique. My big problem is with the registration page, when I click the Register button i am getting this error returned.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/register.asp, line 167
I have checked within dreamweaver, and on line 167, it displays the following bit of code
MM_editCmd.Execute
which I don't think is the problem having a look at results on google for error '80040e14'
Any help would be greatly appreciated, and if needs be I can post all .asp code Dreamweaver generated for me for an insert query.