I need to do an Nth select of my association's membership records. We use Access 2000 to query our membership database. Each record has a unique ID found in the Subscriptions table. Any help would be very much appreciated. Thank you!
select * from subscriptions where id=$n
?is that what you want?