I am encountering a problem, I had done a function that the data can be loaded by detecting scrolling position, the function was made with a SQL statement "Rownum", it only works in Oracle, but not in ACCESS.
I would like to query the data and resort it
ID value
1 aa
3 bb
with Rownum we can do like this
NID ID value
1 1 aa
2 3 bb
how can I write a SQL statement with Microsoft ACCESS