This may be a silly question but is there any way I can control which records I can return
i.e. I need to be able to return the first n rows and then n+1 to 2n, 2n+1 to 3n etc
is there any nice trick to return the groups in this sort of format or do I have to scroll though each record using a counter???
Thanks in advance
i.e. I need to be able to return the first n rows and then n+1 to 2n, 2n+1 to 3n etc
is there any nice trick to return the groups in this sort of format or do I have to scroll though each record using a counter???
Thanks in advance