I am creating a support website internal to my company. It has been a few years since i did this and am now finding it hard to find the information i found back then. I have one field I want to change, called resolution. It is in a database called 2009.mdb and in a table called results. I created a page called edit.asp. First I created a blank form and inside it I used the DB results wizard to show only this field. for criteria i have field name key equals value key. I get to this page by clicking on the record #. When I type in some text and hit submit, i get this error which I cannot seem to get passed: Database Results Wizard Error The operation failed. If this continues, please contact your server administrator need to find a fix or work around for this problem. Any ideas out there??? Thanks Mike
paste your script,and try to debug on your site. Disable the command " on error resume next ", if the command existed. Paste the error message here
See the http://forums.digitalpoint.com/showthread.php?t=1419531 thread where I've replied with brief description. thanks ASPMachine