Hello all...have a strange occurrence I hope you can shed some light on. I have a console where my client can add/edit or delete truck listings from their database. On the edit section, I have a .cfm file that pulls the existing data for the record they selected. The data is displayed in form fields so they can edit it and save the changes. Here is where the weirdness comes in... For all the fields, the data is pulled and displayed, except for the last one (full_description), which is a 3-line textarea field. The form field shows, but the data is not displayed. In other words, the form field appears blank. When I looked at the source in the browser, the correct data is in there - it just does not show up on the page. I can't figure out why not. The resulting HTML is correct. It should be there. So, with the page, if you go ahead and type a new description into the field (which has a value in it, although undisplayed), the form correctly updates the db with the new info. However, if you DON'T type a new description in - the "blank" form field is left that way - the form updates the db with nothing for that field. Am I missing the obvious here??? A.Cregar [EMAIL PROTECTED] Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

