When I double click on a section, it takes me to VB code as follows:
Private Sub Section3_Format(ByVal pFormattingInfo As Object)
End Sub
It made sense to me that I can format data here before it prints. For example, I thought I'd be able to format a phone number before printing or other complex formatting. I can't figure out how to do it.
Formula fields can be a bit difficult to deal with when the data is not consistent. For example, formatting a Date field that has been stored as a numeric field in the database (6 digits yymmdd) or formatting a social security number field if it is present in the record, etc.
I know in Access, you can format data before a section is printed. Can we do this in CR6?
Any help or guidance is appreciated.
Thanks! Tarek