Very junior question, but I am stuck. I have a query ("Query1"
that contains a list of numbers. I want to run an append query ("Query2"
that sets the criteria for a field ("field1"
based on the value in query1.
What I have in mind is code that opens query2, then looks at the first record in query1 and sets the criteria for field1. Then it appends to the table. Loop. Go to the next record in query1 and run query2 again, and so on. Any ideas?
What I have in mind is code that opens query2, then looks at the first record in query1 and sets the criteria for field1. Then it appends to the table. Loop. Go to the next record in query1 and run query2 again, and so on. Any ideas?