I have a linked table of which another department updates on a monthly basis. Each month they will update the total number of customers.
Eg,.
31 Dec 2019 - 8 records
31 Jan 2020 - 10 records
29 Feb 2020 - 9 records
31 Mar 2020 - 12 records
(total rows in table 39)
I would like to pull only the 12 latest records. However, dynamically. I don't want to know what is the latest date, the query should automatically know that 31 Mar 2020 is the lasrest and pull the 12 records only.
I'm using the simple) query design and not writing codes.
Thanks in advance.