bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I have two fields in my report where they might sometimes contain the same name.
One of the fields is called RCC/SCC. The other field is called Directory office.
The report I'm running has the RCC/SCC field on top and the Directory offiice right below it in the detail area of the report.
Across from the RCC/SCC field, in the report, I have the Address field and right below the address field I have the City, and State.
If the directory office has something in the field, some of the RCC/SCC locations don't have a corresponding Directory office so it is left blank, then it will be displayed right beneath the RCC/SCC field.
Here is an example of what I don't want to see:
RCC/SCC: Eden
Directory office: Eden
Address: 123 Uptown Street,
City: NewHaven, Connecticut
The report should read
Instead, I'm getting this
I do have the hide duplicate property set to yes but because these are 2 different fields it isn't going to work.
Is there a formula that I could use which says if Directory office = Rcc/SCC then return nothing, otherwise - if they are different- display the Directory office text?
Thank you for your help,
Michael
One of the fields is called RCC/SCC. The other field is called Directory office.
The report I'm running has the RCC/SCC field on top and the Directory offiice right below it in the detail area of the report.
Across from the RCC/SCC field, in the report, I have the Address field and right below the address field I have the City, and State.
If the directory office has something in the field, some of the RCC/SCC locations don't have a corresponding Directory office so it is left blank, then it will be displayed right beneath the RCC/SCC field.
Here is an example of what I don't want to see:
RCC/SCC: Eden
Directory office: Eden
Address: 123 Uptown Street,
City: NewHaven, Connecticut
The report should read
Code:
Eden 123 Uptown Street
New Haven, Connecticut
Instead, I'm getting this
Code:
Eden 123 Uptown Street
Eden New Haven, Connecticut
I do have the hide duplicate property set to yes but because these are 2 different fields it isn't going to work.
Is there a formula that I could use which says if Directory office = Rcc/SCC then return nothing, otherwise - if they are different- display the Directory office text?
Thank you for your help,
Michael