I have a form which has alread processed a "SELECT * FROM Equip WHERE `ClientName` = 'CName'" So i already have a result set. I was curious if there is a way to delete from this result set certain indexes. Such as the first and third records in this set? I am using MySQL with php. Thanks.