Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Grouping Problem 1

Status
Not open for further replies.

jtfrier

Technical User
Jan 12, 2006
85
I have a report that has a group in it and on the last page of the report I need to have a signature section which has the names of the poeple who need to sign come from a field in a table. I can only get one of the names to show up I think that i need a nother group but my other problem is geting it to go only on the footer of the last page I tryied puting it in the report footer and it shows up at the bottom of the grouped section. I also tryed seting visible to no and then write code that makes it visible but there is no place to put the code behind the name filed-box.
Code:
If Me.Page = Me.Pages Then
   Me.SignatureLine.Visible = True
End If[\code]
 
Code:
If Me.Page = Me.Pages Then
   Me.SignatureLine.Visible = True
End If
 
Put it in the OnOpen event of the report.

Have fun! :eek:)

Alex Middleton
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top