A
anna_717717
Hi All,
I've got a form which is based on a query. I filter the data on the form.
How can I create a query which will use the form filter as the WHERE criteria?
I've started with :
SELECT qryPSetFinalAndBatchResults.*
FROM qryPSetFinalAndBatchResults
WHERE [Forms]![frmPSetFinalAndBatchResults].[Filter]
What do i need to change?
thanks
any help much appreciated
I've got a form which is based on a query. I filter the data on the form.
How can I create a query which will use the form filter as the WHERE criteria?
I've started with :
SELECT qryPSetFinalAndBatchResults.*
FROM qryPSetFinalAndBatchResults
WHERE [Forms]![frmPSetFinalAndBatchResults].[Filter]
What do i need to change?
thanks
any help much appreciated