This is a simple example which you can use There is a field in the detaill named me.BranchNr and I have place an unbound text field on the report footer named me.textTotal
Dim Total As String
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
Total = Total & Me.BranchNr
End Sub
Private Sub PageFooter_Print(Cancel As Integer, PrintCount As Integer) Me.textTotal = Total End Sub
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.