for the server variable, the recordset name does not go in the brackets, instead of:
$totalRows_<rsMembersAreaReg>
use:
$totalRows_rsMembersAreaReg
if could be that an error is preventing the record update, se an copy of the page so I can see the code.