Answered
Master/Detail page with Update function
Hi folks, I hope someone can help me with this issue.
I'm writing a site in ASP for a club w/ a large membership. Part of the private side involves selecting a member and updating her info. The procedure is broken down because the end-users aren't all that computer savvy and need step-by-step instructions.
1) Text box for a search where they enter a last name.
2) Search brings back list of all w/ that name (Master Page)
3) Detail page *ideally* should be the update page, but that wasn't happening. (Would like it to though.) So I left the detail page alone and linked it to a separate update page w/ the same variable passed through.
4) The update page appears w/ the correct record, but when the submit button gets hit, I get the following error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
/etcetcetcetc.asp, line 111
I'm using the DW8 wizard to create the Update code (all of the code, really) and I have *never* run into this problem and I've been using DW since Version 2!
Any ideas? Best case scenario is to have the detail page also be the update page, but when I tried that, I got the detail page in a table and a separate update form with the wrong record.
Help???
I'm writing a site in ASP for a club w/ a large membership. Part of the private side involves selecting a member and updating her info. The procedure is broken down because the end-users aren't all that computer savvy and need step-by-step instructions.
1) Text box for a search where they enter a last name.
2) Search brings back list of all w/ that name (Master Page)
3) Detail page *ideally* should be the update page, but that wasn't happening. (Would like it to though.) So I left the detail page alone and linked it to a separate update page w/ the same variable passed through.
4) The update page appears w/ the correct record, but when the submit button gets hit, I get the following error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
/etcetcetcetc.asp, line 111
I'm using the DW8 wizard to create the Update code (all of the code, really) and I have *never* run into this problem and I've been using DW since Version 2!
Any ideas? Best case scenario is to have the detail page also be the update page, but when I tried that, I got the detail page in a table and a separate update form with the wrong record.
Help???
