G
Guest
I am using Office 2003 on Windows XP.
Can some one please post example SQL that would return, let's say, the 5th
record in a table something like the following:
Dim lX as Long
lX = 5
SELECT * FROM tbl1 WHERE [RowNumber] = " & lX & ";"
The above obviously doesn't work. Please note I want the actual physical
record position in the table and not an ID number equivalent.
Thanks much in advance.
Can some one please post example SQL that would return, let's say, the 5th
record in a table something like the following:
Dim lX as Long
lX = 5
SELECT * FROM tbl1 WHERE [RowNumber] = " & lX & ";"
The above obviously doesn't work. Please note I want the actual physical
record position in the table and not an ID number equivalent.
Thanks much in advance.