Exclude TOP N records from query (1 Viewer)

gemadan96

Registered User.
Local time
Today, 14:13
Joined
Oct 12, 2012
Messages
26
I have a table that includes a date/time field. I want to query that table and show all but the TOP N records. Since the number of records will always be changing I cant do it using the BOTTOM N records.

Any suggestions on how I can do this are appreciated.
 

spikepl

Eledittingent Beliped
Local time
Today, 20:13
Joined
Nov 3, 2010
Messages
6,142
Read the first post in this forum
 

gemadan96

Registered User.
Local time
Today, 14:13
Joined
Oct 12, 2012
Messages
26
Thanks. That did it.
 

Users who are viewing this thread

Top Bottom