P
paulgallanter
I’m having a problem using a query as a filter on a form.
I have a table, query and form that show all the workers and their skills
for a temp agency. I call it the “skills table, query and form.†I have
another table, query and form that show where and when people are working. I
call it the “days table, query and form.â€
On both of the forms I have a number of buttons and other controls that run
select queries as filters using the ‘applyfilter’ command in the macro
builder. Some run simple queries and some use other controls to set query
criteria. That’s not a problem. Also all of the queries, so far, are based
only on the same table that the form is based on. That’s not a problem.
Here is the problem. I want to run one filters from the skills form that
uses data from the days table and one filter from the skills form that uses
data from the day and skills form. Both of the queries that I base the
macros on run just fine But as soon as I include the query in a macro, using
the ‘applyfilter’ command, I get a dialogue box that requests an input.
I hope I gave enough information for someone to spot my error.
Thank you, paul
I have a table, query and form that show all the workers and their skills
for a temp agency. I call it the “skills table, query and form.†I have
another table, query and form that show where and when people are working. I
call it the “days table, query and form.â€
On both of the forms I have a number of buttons and other controls that run
select queries as filters using the ‘applyfilter’ command in the macro
builder. Some run simple queries and some use other controls to set query
criteria. That’s not a problem. Also all of the queries, so far, are based
only on the same table that the form is based on. That’s not a problem.
Here is the problem. I want to run one filters from the skills form that
uses data from the days table and one filter from the skills form that uses
data from the day and skills form. Both of the queries that I base the
macros on run just fine But as soon as I include the query in a macro, using
the ‘applyfilter’ command, I get a dialogue box that requests an input.
I hope I gave enough information for someone to spot my error.
Thank you, paul