I have a unique problem and am unable to find a fix. I have found that I have a table that has a cdx associated with it that seems to be corrupt. When I try to set the order on the table, it is appearing to be a bad index. I see this because I am doing an set order to name and the index is called name and consists of: alltrim(pat_lstnam)+alltrim(pat_fstnam) what I see after I do a set order to name is when I seek 'MARTIN' it goes to the names Martin, but I will see three or four Martin's and then a MARTINELL and then right after that a 'Martin' again. Not right at all. I have tried to do a reindex and also dropped the cdx and recreated it, I still see the martin, martinell, martin scenerio. Any suggestions??