** I have a report that prints a DATE and POSITION as a grouped item on th Header section.
** In the Detail, it prints the duties of that position.
Q1: IF THERE is a record, then I combine a ‘bullet character’ with the field so it prints out like bullet items. If there is no details, how do I supress the bullet with the blank
line that the Detail section displays.
Q2: The DATE and POSITION are printed as separate fields because the Date field needs to be Underlined. I would rather combine the fields.
Is there a code I can place that will underline the date section only and leave the Position Field regular:
FIELD1: [DATE]&” “&[POSITION]