F
Fletcher
Hi, I'm trying to only view the top 30 entries in an access query. I
put the TOP 30 thing in the SQL statement, but it continues to return
34 entries. I don't know why it's doing it.
Also, it returns 34 entries untill you take it down to TOP 20. Then it
returns 24 entries. And that continues all the way down to the TOP 1
entries.
The data sorted descending by date in the table that the query is
running on, so I don't know why it is not working how I want it to.
Does anyone know what the issue might be? Any help is appreciated.
Fletcher
put the TOP 30 thing in the SQL statement, but it continues to return
34 entries. I don't know why it's doing it.
Also, it returns 34 entries untill you take it down to TOP 20. Then it
returns 24 entries. And that continues all the way down to the TOP 1
entries.
The data sorted descending by date in the table that the query is
running on, so I don't know why it is not working how I want it to.
Does anyone know what the issue might be? Any help is appreciated.
Fletcher