Hi Ruslan, I have a three-level sort (ORDER BY) like this: name,date,title If the names are the same and date field is empty (NULL), the sort never gets to the title. If I enter data in the date field (and make it identical for each record), then the title sort is done. Is this expected behavior (I don't think so -- NULL fields should sort identically, no)? Jon