(Same person as original poster, corrected login)
Thanks Moniker. The link you provided was on a similar track, but I don't think it's quite what I'm looking for. Please bear with me, as I have experience with Excel VBA, but I'm fairly new to Access...
Here's a more specific explanation of what I'm trying to do. I have a data dump table along the lines of this:
Field1....... Field2........
AAAA....AA 123 / 12345
AAAA....AB 098 / 87654
AAAA....AC 534 / 54321
BBBB....AA 764 / 76453
BBBB....AB 987 / 98763
etc.
I then have a list of queries I need to pull similar to:
Like "AAAA....%%"
My goal is to get a list of Field2 values that match up to each of the queries and somehow get those into a table, file, or Excel row. It has to be automated because I've got ~600 queries to run on a 300,000 row table and will have to be done regularly. How can I automate running these queries and saving the results to a manageable format? Any insight or direction would be much appreciated.