Data Source for Query
When building a query that will be used repeatedly with different source tables (e.g., a new table each month), it is often easier to base the query on a secondary query that is a simple select all query. By doing so you only need to change the secondary query's select statement in the SQL window and you never need to modify the primary query.