I would like to get my group header to produce a message stating continued on next page whenever the group continues onto the next page. I know how to get continued to show up in the group header when it repeats on the next page, but not how to put in "continued on next page". What I have already setup is an unbound text box in the group header section and it is being populated based on the following in the OnFormat Event of the section header:
If ? Then
Me.Text42 = Me.Aisle & " (continued on next page)"
Else
Me.Text42 = Me.Aisle
End If
Please let me know if you have any suggestions.
Thank you,
Noel
If ? Then
Me.Text42 = Me.Aisle & " (continued on next page)"
Else
Me.Text42 = Me.Aisle
End If
Please let me know if you have any suggestions.
Thank you,
Noel