The problem is :<br>The guy opened recordset using command object by EXECUTE method. That recordset doesn't support PageCount and PageSize properties. I need to change the way to open recordset. Should I use .Open method instead of .Execute and if I should so how to do that? Or I can open recordset properly with PageCount supported using the same .Execute method for command ?<br>Thanks ;-)