Table customer
Custid CustName
1 emp #1
2 emp #2
3 emp #3
4 emp #4
5 emp #5
6 emp #6
7 emp #7
Above is the customer table
each time the user browes the tabel, a record # is stored in 'Table2'
next time when the user starts the browsing the table.
it should start at next record.
if the table browse ends at #5 then next time its should start from #6
and should go on like 6,7,1,2,3,4,5.
like 6 is the start and 5 is the end of record list.
is there any sql statement thru which i can do this.
regards
John philip
*** Even the Best, did the Bad and Made the Best ***
John Philip
Custid CustName
1 emp #1
2 emp #2
3 emp #3
4 emp #4
5 emp #5
6 emp #6
7 emp #7
Above is the customer table
each time the user browes the tabel, a record # is stored in 'Table2'
next time when the user starts the browsing the table.
it should start at next record.
if the table browse ends at #5 then next time its should start from #6
and should go on like 6,7,1,2,3,4,5.
like 6 is the start and 5 is the end of record list.
is there any sql statement thru which i can do this.
regards
John philip
*** Even the Best, did the Bad and Made the Best ***
John Philip