Select Top Query

Ever had the need to get the 3rd record from a table using a query only?
Well, in case you want to know how to do it here is the select top records query solution:
1) Create a query (Query1) to get the top three records.  We are interested in field called Submit_Date from [...]