Using dbase for dos, I want to thin thru a database and eliminate all records where there are less than 100 records per city. What would the syntax be? Is it possible to do this without writing a program? I'm looking for something like: Delete all for city < 100, but of course that is a datatype mismatch. The slow way is: dele all for city = "Tulsa" (but I have a list of 500 cities. Very slow.