I would like to have a field in my report whereby if one field is empty, information from another field is inserted as it has to be either one or the other.
I have tried
All it seems to do is add in the AdminRef. Any help much appreciated. I'm sure I've done this before but cannot find or remember how!
I have tried
Code:
=IIf([RefNo] Is Null,[AdminRef])
Comment