In Access I have a query in which I inner join on another query, the max query. The max query is just a query with a max function on the timestamp field and with that query I only retrieve the latest records of a data set.
Can you also save a query in sql (up till now I only know that you can save views) and use that as a max query or should you a subquery to inner join on?
Thanks in advance,
Michiel