M
Margaret
I have a report that has a field dept with a field major
and cy field. Example:
dept major CY
10 28 1,300
10 33 2,000
15 16 700
15 24 776
15 33 800
I want to sort my records so that I have a dept line and
the cy would be broken into two colums ... one column with
a major under 30 and one column with a major over 30.
Example:
dept cy >30 cy<30
10 1300 2000
15 1476 800 (the 1476 is 700 and 776 added)
How would I go about doing this?
and cy field. Example:
dept major CY
10 28 1,300
10 33 2,000
15 16 700
15 24 776
15 33 800
I want to sort my records so that I have a dept line and
the cy would be broken into two colums ... one column with
a major under 30 and one column with a major over 30.
Example:
dept cy >30 cy<30
10 1300 2000
15 1476 800 (the 1476 is 700 and 776 added)
How would I go about doing this?