turb
04-20-2005, 08:35 AM
Hi all,
Is there a way to limit query output result like in php ( ... WHERE field = x LIMIT 0,10 ) ???
I've try it but doesn't seem to work. I search a bit and found SELECT TOP 10 ... it's cool but how if I want the rows 10 to 20 in the access db ???
Thank alot for the help!
turb
Is there a way to limit query output result like in php ( ... WHERE field = x LIMIT 0,10 ) ???
I've try it but doesn't seem to work. I search a bit and found SELECT TOP 10 ... it's cool but how if I want the rows 10 to 20 in the access db ???
Thank alot for the help!
turb