I need HELP!!!!
I have 2 fields I need information for and the report is showing only info that is from both tables - for example:
I have a field for "Joint Names" and "Legal Names" - It's only showing records where both are true. How do I get the records to show that just have "Joint Names" and no "Legal Names". I have a formula for "Joint Names" and a different formula for "Legal Names". I am probably doing it totally wrong, but here is each formula:
"Joint Names" formula:
If isnull ({name_joint.jt_Name}) then "" else {name_joint.jt_Name}
"Legal Names" formula:
if {name_shr.shr_Name_Pos} = 1 then
"Legal Name 1"
else
if {name_shr.shr_Name_Pos} = 2 then
"Legal Name 2"
else
if {name_shr.shr_Name_Pos} = 3 then
"Legal Name 3"
else
if {name_shr.shr_Name_Pos} = 4 then
"Legal Name 4"
else
if isnull ({name_shr.shr_Name_Pos}) then
""
Anyone have any suggestions as to what I am doing wrong? I need help!!! If there is any other information you need, please ask.. I'm not sure what I'm doing here, I'm pretty new to this! THANKS SOOO MUCH!!!!
~ Melissa ~
I have 2 fields I need information for and the report is showing only info that is from both tables - for example:
I have a field for "Joint Names" and "Legal Names" - It's only showing records where both are true. How do I get the records to show that just have "Joint Names" and no "Legal Names". I have a formula for "Joint Names" and a different formula for "Legal Names". I am probably doing it totally wrong, but here is each formula:
"Joint Names" formula:
If isnull ({name_joint.jt_Name}) then "" else {name_joint.jt_Name}
"Legal Names" formula:
if {name_shr.shr_Name_Pos} = 1 then
"Legal Name 1"
else
if {name_shr.shr_Name_Pos} = 2 then
"Legal Name 2"
else
if {name_shr.shr_Name_Pos} = 3 then
"Legal Name 3"
else
if {name_shr.shr_Name_Pos} = 4 then
"Legal Name 4"
else
if isnull ({name_shr.shr_Name_Pos}) then
""
Anyone have any suggestions as to what I am doing wrong? I need help!!! If there is any other information you need, please ask.. I'm not sure what I'm doing here, I'm pretty new to this! THANKS SOOO MUCH!!!!
~ Melissa ~