My report has a GroupHeader where its broken down into several groups. They are PunchIn, PunchOut, Injuries.
My question is in code builder how could i Add the word minutes after a field in the detail row, in the PunchIn, and PunchOut Group headers.
I was thinking something like this, and i think im close but could use some help.
If Me.Groupheader1 = "PunchIn" Then
Me.Notes + "Minutes"
me.notes is the field that has a number that i want to concatinate the word Minutes to.
My question is in code builder how could i Add the word minutes after a field in the detail row, in the PunchIn, and PunchOut Group headers.
I was thinking something like this, and i think im close but could use some help.
If Me.Groupheader1 = "PunchIn" Then
Me.Notes + "Minutes"
me.notes is the field that has a number that i want to concatinate the word Minutes to.