Pat. This is the query I am using to pull the first 100 records from the db. Is there a way to pull the next 100 and son on. Thanks
SELECT TOP 100 Postings.[Ref no], Postings.[Customer], Postings.[Dept], Postings.[Dept name], Postings.[Date], Postings.[Net]
FROM Postings
WHERE...