me again....just realized an errorin forum.asp, but don't know what it can depend from...please look at www.awforums.net/betta/, and click on a Forum title, you'll receive an error msg:Microsoft VBScript runtime error '800a000d'
It looks like you've added some kinda mod that shows the text of the first post into forum.asp, and it's not in incorrectly. T_MESSAGE is a text field, which means it must be the LAST field in the selection statement to ensure it doesn't get corrupted. Move it to be the last field in the query (and fix ALL the pointers accordingly) and see if that helps.