C
Chris Moore
Access 2002 on WinXPPro.
The main section of a report I have created is grouped by customer and
contains a list of services provided per customer, the date the service was
provided and the code for the type of service. In the customer header I have
created a text box which contains a count of the number of times a specific
service code was provided for that customer:
=Sum(IIf([Service CD]="12345",1,0))
I would like to sort the customers based on the values in this text box. Is
there anyway to do that? Thanks!
-Chris
The main section of a report I have created is grouped by customer and
contains a list of services provided per customer, the date the service was
provided and the code for the type of service. In the customer header I have
created a text box which contains a count of the number of times a specific
service code was provided for that customer:
=Sum(IIf([Service CD]="12345",1,0))
I would like to sort the customers based on the values in this text box. Is
there anyway to do that? Thanks!
-Chris