alorenzini
Technical User
I have a report that returns stats for barriers that client have for services.
First you need to enter the date parameters for the report via a dialog box (see attached)
That executes the report (See attached).
The report is based on a query called qryClientBarrier (See attached)
The individual barriers for the report use the following DCount expressions to get the counts:
=DCount("[ClientID]","qryClientBarriers","[bTransportation] =-1")
This is the contol source for each of the different categories of barriers (unbound textbox)
The client now wants a change to the report to show the barrier with the highes counts at the top and then descending after it.
So in this case, see attachment.
Low Math skills would be at the top
Transportation would be next followed by Child care and so on and so forth. Is something like this possible?
First you need to enter the date parameters for the report via a dialog box (see attached)
That executes the report (See attached).
The report is based on a query called qryClientBarrier (See attached)
The individual barriers for the report use the following DCount expressions to get the counts:
=DCount("[ClientID]","qryClientBarriers","[bTransportation] =-1")
This is the contol source for each of the different categories of barriers (unbound textbox)
The client now wants a change to the report to show the barrier with the highes counts at the top and then descending after it.
So in this case, see attachment.
Low Math skills would be at the top
Transportation would be next followed by Child care and so on and so forth. Is something like this possible?