I have understood that I can write the following query to create a subset of a data set and it worked. I want to use the data set from this query to create another table. How do I save this query as a data set in MS Access?
SELECT [24 months Trx raw data].*
FROM [24 months Trx raw data]
WHERE [24 months Trx raw data].ID<=10;