I have a generic 'frmStatistics' not linked to a record source, I would like to display results from various queries as a purpose to overlook statistics.
One query example is below
The query returns a one line result, and I need to use the Avg calculated expressions (AvgOCR, AvgITSOR and AvgCPCR)
I want to add various unbound text boxes withn the form to read specific values within the queries, example I tried to add the AvgOCR from the above query and I used a DLookup in the control source of the unbound text named 'txtFrmAVGOCR'
I get an error 'The expression you entered has a function containing the wrong number of arguments'
Is it possible to achieve this with a look up function or does the form always have to be linked to a query or table? if so how do I go about getting results from multiple queries?
Thanks,
One query example is below
The query returns a one line result, and I need to use the Avg calculated expressions (AvgOCR, AvgITSOR and AvgCPCR)
I want to add various unbound text boxes withn the form to read specific values within the queries, example I tried to add the AvgOCR from the above query and I used a DLookup in the control source of the unbound text named 'txtFrmAVGOCR'
I get an error 'The expression you entered has a function containing the wrong number of arguments'
Is it possible to achieve this with a look up function or does the form always have to be linked to a query or table? if so how do I go about getting results from multiple queries?
Thanks,