I am not sure I understand the question.
Query1 will go to the existing tables, and pull out data. This data is then
passed on to query2.
Both queries are updated according
to Today's date.
Updateing a query has absoltiong nothing to do with the data in the tables.
You can change queries all day long, but if you don't run the query, then
they don't touch the actual data. When the query runs, it goes to the actual
tables..and pulls out the data.
So, the query can be anything you want, but they ALWAYS GO to the actual
tables to retrieve data. They are simply a "view" to the existing live data
in the tables. In fact, it is interesting to note that when you use sql
server, they call saved queryies "views". I kind of wish they did the same
thing in ms-access.
So, if you got 5 queries, the first query will go to the actual table data,
ad then pass the data to the next query.
It is possible I am miss-understanding your question, so do feel free to
expand if I missed what you are asking.