March 29, 200124 yr I recently went "live" with a database on our company web page. I am using a custom web page to add records to the database on-line. Whenever a new record is created via SUBMIT, all of the data is entered into the database except that in one TEXTAREA field (called "ResumeDisplayed"). I have tried everything I can think of to make it work, but to no avail. The data fields are "nested" in several tables (the outermost one terminates at the end of the document), but I don't think this would affect how the form works. If anyone could help me out here or point out a really obvious (or not so obvious) mistake, I'd appreciate it. Thanks in advance. Please excuse the long bit of code, but I wanted didn't want to leave anything out that might be broken. ========================================================================== <HTML> <HEAD> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="http://www.morganres.com/style/style.css"> <TITLE>Morgan Research - Submitting your resume on-line ...</TITLE> </HEAD> <body LINK="mediumblue" VLINK="mediumblue" ALINK="mediumblue"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="3"> <img src="employment.jpg" width="640" height="75" border="0" alt="" usemap="#top_map" ismap> <map name="top_map"> <area shape="rect" href="/" coords="2,2,150,38"> </map> </td> </tr> <tr> <td colspan="3">
March 29, 200124 yr Author Problem solved: It always helps to give the person that you want to fill out the form access to the data field. In the midst of some major database changes, I had neglected to do that with this particular field.
Create an account or sign in to comment