B
Bill
Hi everyone,
I am trying to get the latest informtaion from any of the three fields.
Field1 = Field2 and use the latest information on Field2 if Field 3 is
blank. Again, if the Field2 and Field3 are blanks then use the latest
information on Field1.
I'm not too sure if I did the right thing or not.
NewColumn: IIf([Field3] is null,[Field1]=[Field2],[Field2] or IIf([Field3]
is null,IIf([Field2] is null,[Field1]
Your help would be much appreciated.
Thanks
I am trying to get the latest informtaion from any of the three fields.
Field1 = Field2 and use the latest information on Field2 if Field 3 is
blank. Again, if the Field2 and Field3 are blanks then use the latest
information on Field1.
I'm not too sure if I did the right thing or not.
NewColumn: IIf([Field3] is null,[Field1]=[Field2],[Field2] or IIf([Field3]
is null,IIf([Field2] is null,[Field1]
Your help would be much appreciated.
Thanks