This seems like an easy thing to do but thus far my query has returned no results even though I know what I WANT it to do should have results....
I have a summary select query that essentially is a listing of vendors. I want to use this query in another query that will pull certain records based on the select criteria from the summary select query:
For example: In the table where I am wanting to select certain records, the transaction description field is where I will be searching for the vendor names contained in the summary select query.
If I were to input as criteria in the transaction description field: Like "*ABC Vendor*", I would get the results relating to ABC Vendor that I am seeking, however because I have a vendor listing of ~250 vendors, I want to use the select query itself to search for the vendor names in the other query, so I put in: Like "*[Vendor Listing]![Name]*" as the query criteria (where "Vendor Listing" is the name of the summary select query and "Name" is the field name in the summary select query) and I got zero records back...
Any thoughts on how I can make this happen?
Any suggestions would be greatly appreciated.
Ron
I have a summary select query that essentially is a listing of vendors. I want to use this query in another query that will pull certain records based on the select criteria from the summary select query:
For example: In the table where I am wanting to select certain records, the transaction description field is where I will be searching for the vendor names contained in the summary select query.
If I were to input as criteria in the transaction description field: Like "*ABC Vendor*", I would get the results relating to ABC Vendor that I am seeking, however because I have a vendor listing of ~250 vendors, I want to use the select query itself to search for the vendor names in the other query, so I put in: Like "*[Vendor Listing]![Name]*" as the query criteria (where "Vendor Listing" is the name of the summary select query and "Name" is the field name in the summary select query) and I got zero records back...
Any thoughts on how I can make this happen?
Any suggestions would be greatly appreciated.
Ron