derekstewart
MIS
I have a table that groups data by city. What I would like to do is grab only the first 25 records per city. Is there are way to have autonumber start over when the city changes or have a count function that starts at one and changes with the city. That way I can query the autonumber or count field between 1 and 25, group by city and have the first 25 records by city. Any thoughts? Thanks. Derek