G
Garry
I have a form that is invoked by a command button on a Main Form. The data
for the form is based on SQL. I want to add another command button that
opens the same form but with the SQL modified to include a filter criteria,
based on a Yes/No field in a table, rather than creating a duplicate form
with a different name with slightly different SQL. Creating a duplicate form
would create headaches, since I would have to change all references to the
form name in VBA and a couple of queries used in the form. Is there a way to
do this?
Thanks -- Garry Gross
for the form is based on SQL. I want to add another command button that
opens the same form but with the SQL modified to include a filter criteria,
based on a Yes/No field in a table, rather than creating a duplicate form
with a different name with slightly different SQL. Creating a duplicate form
would create headaches, since I would have to change all references to the
form name in VBA and a couple of queries used in the form. Is there a way to
do this?
Thanks -- Garry Gross