Hello,
I am new to Access and have built a database containing a single table for a demo. In addition, I have a single threaded form that spans across 9 web pages taking the user through the form step by step.
When the form goes to process, I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'tblMain'.
/Tufts/ISRC/Action_Items/New_Employee/Summary/SummaryMail.ASP, line 28
The page has no problem finding the database itself but for some reason cannot see the table inside the database.
Here is the connection string to the db:
strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("ISRC.mdb"
Here is the general script to the table:
strSQL = "INSERT INTO tblMain(name, address...
Can anyone give me some advise on what could be the problem? Please let me know if you need anything further in order to come to some conclusions.
Thank you for your comments.
Sincerely,
Tim
I am new to Access and have built a database containing a single table for a demo. In addition, I have a single threaded form that spans across 9 web pages taking the user through the form step by step.
When the form goes to process, I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'tblMain'.
/Tufts/ISRC/Action_Items/New_Employee/Summary/SummaryMail.ASP, line 28
The page has no problem finding the database itself but for some reason cannot see the table inside the database.
Here is the connection string to the db:
strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("ISRC.mdb"
Here is the general script to the table:
strSQL = "INSERT INTO tblMain(name, address...
Can anyone give me some advise on what could be the problem? Please let me know if you need anything further in order to come to some conclusions.
Thank you for your comments.
Sincerely,
Tim