I'm new to this so it's probably something really stupid: I add a dynamic table to the page displaying recordsets. Save it, view it in the browser and it shows the column title along with the corresponding field from the mysql database. I select the row of recordsets and add the server behavior "repeat region" which works fine on several other pages. I save and view in the browser and it throws up undeclared variables in the code it inserted from the "repeat region". At the same time, I can select the entire set of code for both rows (title and recordset) of the dynamic table and add the repeat region and it will display just fine, only with the same row of titles in between each record from the database.... Exact error is variable PAGENUM_RECORDSETNAME is undefined. It's in the very beginning in the code for defining how many rows per page, start row, maxrows, etc. Thanks