Hi,
I have a macro set to run over night that runs a hundred or so queries in a row. I've just added a few which now cause the macro to pause and ask for parameter values - only none are needed.
The parameter box asks for a value for "total".
In the query itself I have a column - total: dist_no (where dist_no is a column in my table). The queries is grouped and this column is set to count.
Then in a later column I have : Target Amber: ([Total]+(([Total]/100)*5))
Which I think might be what is causing the parameter box to pop up. Is there a way around this?
I have a macro set to run over night that runs a hundred or so queries in a row. I've just added a few which now cause the macro to pause and ask for parameter values - only none are needed.
The parameter box asks for a value for "total".
In the query itself I have a column - total: dist_no (where dist_no is a column in my table). The queries is grouped and this column is set to count.
Then in a later column I have : Target Amber: ([Total]+(([Total]/100)*5))
Which I think might be what is causing the parameter box to pop up. Is there a way around this?