I am trying to limit the number of records retrieved from a MS ACCESS 2000 database. When I send it the SQL statement...
SELECT * FROM [table] WHERE [cond] LIMIT 1,10
It doesn't like the LIMIT keyword - does anyone know if Access allows the LIMIT keyword. If not, can anyone suggest another method of limiting a certain range of records?
Thanks in advance!!!