Group Header Info

  • Thread starter Thread starter Cheswyck
  • Start date Start date
C

Cheswyck

In a report I am using department number as a control
group. However,I want to print the department NAME
for each group but my input only has the dept number. In
the dept header area I tried using a case instruction
to choose which dept name to use, there are only 3, but I
got a message saying it can't find dept number. If I just
put a control to display the dept number it displays. How
do I get the dept name to print in the group header when I
only have the dept code?
 
Is your input in the form of a popup window, asking for the department
number? And does the report's underlying query have the department name
field? If 'true' for both instances, than add the[DeptName] field to the
report in the dept header section.

ta da. :)
 
Back
Top