NewToProgramming
Technical User
I know how to use a query to show me the maximum record, example:
Query.SQL.Add ('Select Max fieldname as whatever from database')
But how would you have the query give you the top 10 of the latest 20 results?
Thank you,
Mark
Query.SQL.Add ('Select Max fieldname as whatever from database')
But how would you have the query give you the top 10 of the latest 20 results?
Thank you,
Mark