I have a table with a column named comments.<br><br>I select a record and use RS("comments" to get the value of comments in that record.<br><br>The line<br>Response.Write(RS("comments") returns the value in the table.<br><br>But if it put the line:<br>comments=RS("comments" before the above mentioned line, RS("comments" becomes blank.<br><br>The table has several columns and this does not happen with any other items in the table. <br><br>Any ideas why?