CrystalKim
MIS
Hi all,
I have two fields. One is called Mat Date and the other is Est Mat Date. My problem is that the two fields basically mean the same thing but are in two seperate fields. Whenever there is a date in the Mat Date field than the Est Mat Date field is null and vice versa.
What I need to do is merge the two together to have one field. This is how it looks in my brain.
If Mat Date is null then Est Mat Date
else
Mat Date
I don't know how to code this though and would appreciate some help on this.
Thanks as always.
I have two fields. One is called Mat Date and the other is Est Mat Date. My problem is that the two fields basically mean the same thing but are in two seperate fields. Whenever there is a date in the Mat Date field than the Est Mat Date field is null and vice versa.
What I need to do is merge the two together to have one field. This is how it looks in my brain.
If Mat Date is null then Est Mat Date
else
Mat Date
I don't know how to code this though and would appreciate some help on this.
Thanks as always.