expression to count .

D

david

thank you,
i wish to show an expression to count the number of
works for different composers as set out in a report.
ie.. albeniz will have 2 works. while bach will have 12.
any help much appr.
 
C

Con Giacomini

Use the Sorting and Grouping tool to create a Group Header and Group Footer
for the Composer field. The header displays (and groups) the composer's
name. Add a textbox in the footer to do the count , such as
=Count([Composer]).
 
Top