The error is "Option invalid or no longer set", but only with Windows 7 under Access 2003.
To restate the problem, I am trying to select the bottom 13 records from a query, but there is no SELECT BOTTOM in Access. My work around was as follows:
Query1: ORDER BY table.Field DESC
Query2: SELECT...