Group Header

spiderghd

New member
Local time
Yesterday, 19:35
Joined
Jan 18, 2008
Messages
9
I have a report that I am grouping by month. How do I get the Group Header to print the month if the name of the month is not in the data?:confused:
 
example 1/12/07, 3/30/07.... I want the group header to be able to list January, February and so on for each section.
 
Just take and change the control source for the current displayed date and use:
Code:
=Format([YourGroupedFieldNameHere],"mmmm")
 
Sorry...The group header doesn't have any data at the moment. Only the groups have the date (dates).
 
Copy the control with the date in and put it in the group header and then do the control source like I said.
 

Users who are viewing this thread

Back
Top Bottom