Count Grouping Levels in a Report

G

Guest

Access XP/Windows XP

Hello,

I have a report that uses grouping levels based on last name. Is there a
function that will tell me how many grouping levels are in the report? I
tried to use the Count function to give me grand totals in the report footer
(which is what I want), however the function told me the total number of
records in the report, not the total number of grouping levels.

Thanks for your help,

Jeff
 
D

Duane Hookom

Add a text box to the Last Name header
Name: txtCountLN
Control Source: =1
Running Sum: Over All
Add a text box in the report footer
Control Source: =txtCountLN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top