C
Chris Sergent
I am trying to save a filter by form as a query so that my
report can reference the query with the applied filter. I
do not want the prompt for the user to enter the name of
the query, I want VBA to name the query but the normal
save command does not work and the save as query provides
a prompt. The name of the report is rptTest. The query is
named qryTest and the form is frmTest.
I filter by form on frmTest which is based on qryTest. I
would like it to create a query named qryTest1 which would
be the source data for rptTest and do not want any
prompts. Does anyone know a solution to this problem? Any
help would be greatly appreciated.
Chris
report can reference the query with the applied filter. I
do not want the prompt for the user to enter the name of
the query, I want VBA to name the query but the normal
save command does not work and the save as query provides
a prompt. The name of the report is rptTest. The query is
named qryTest and the form is frmTest.
I filter by form on frmTest which is based on qryTest. I
would like it to create a query named qryTest1 which would
be the source data for rptTest and do not want any
prompts. Does anyone know a solution to this problem? Any
help would be greatly appreciated.
Chris