|
-
Aug 31st, 2000, 09:01 AM
#5
Addicted Member
That was a lot easier than I thought it would be... you can do it with the sql query assuming that you have a unique field. If not it may take a bit more manipulation but here's what I have.
SELECT TOP 50 *
FROM TblName
WHERE FieldName > ?
ORDER BY FieldName
where ? is "" for the first retrieve and the highest value of fieldname retrieved in the previous queries.
let me know if this works for you or if you need more help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|