Forum Moderators: open
The problem is on a page that opens its recordset on another page and references it. The offending line is this:
var rsQrySearchData_total = rsQrySearchData.RecordCount;
And it draws a line that points to the semi-colon. This is basically the first line where it references the recordset from the other page.
I didn't design this page, and my background is databases, not ASP, so if you have any thoughts, suspicions or questions, please let me know.
Thanks.