Hi.
Just to clarify, I am trying to create a form page which will save details to the database, so far I have completed a form and a display page listing all items within the database.
However I am having a problem with my "process" page, as a result when I submit the form I am getting an error. The error at the moment is:
"Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/example/Bookings_process.asp, line 74"
Although the script on line 74 is: Connection.execute(sql) the script relating to the "INSERT" statement is earlier on the page and basically relates to all the input fields in the form.