Hi
I have been struggling for 2 days trying to find a solution to my query problem. I am using vb.Net with access as a back-end and keep running into errors with a query I am trying run which fetches records {0} at a time so instead loading 28000 records I can load so many at a time. Now I must admit, I am a complete novice with regard to access and inherited as part of a brief and am not even sure if the query I am using makes sense. But that is what I got to work with.
I have been informed by research and forums that I need a Order by clause, but when I try to run, I keep getting an error of:
Please someone put me out of my misery and point out my error. Many thanks
I have been struggling for 2 days trying to find a solution to my query problem. I am using vb.Net with access as a back-end and keep running into errors with a query I am trying run which fetches records {0} at a time so instead loading 28000 records I can load so many at a time. Now I must admit, I am a complete novice with regard to access and inherited as part of a brief and am not even sure if the query I am using makes sense. But that is what I got to work with.
I have been informed by research and forums that I need a Order by clause, but when I try to run, I keep getting an error of:
The SELECT statement includes a reserved word or argument name that is misspelled or missing.
Code:
Select TOP 4 *, Count(*) AS TOTAL From [Select TOP (17 - (2 - 1) * 4) From Postings Order By Customer ASC] Order By Customer ASC