I have a series of select subqueries which provide data for a make table query. What I am trying to do is design a form which allows users to select particular criteria via drop-down menu selection which will then be applied to one of the subqueries before the maketable query is run.
I have written the sql for each of the menu selections but how do I apply and save this sql to the subquery before running the maketable query?
I have written the sql for each of the menu selections but how do I apply and save this sql to the subquery before running the maketable query?