The query that is working improperly is this:
SELECT DISTINCT application.Application_Name
FROM application, filter_table
WHERE (((application.Application_Name)<>[filter_table]![Application_Name])));
It takes out the names I want it to take out but it is giving me too many application names back.
Hi all,
I have a table that is created using a make table query ,"filter_table", upon the user selecting certain info. I then want to take this newly created table and compare it to a query, "fill_list", that is populating a listbox. I want to ommit any names that were in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.