So I got this code from Northwind and it seemed to work fine until today, as I've been making some changes.
What it is supposed to do (if I understand this right) is look up the RequestID from a table and display it, otherwise display (New).
It was working, but now it displays the next RequestID - which does not even exist! So, I am wondering what the pipes do and if this is actually looking up the ID correctly.
Thanks,
Mike
Code:
=Replace("Request#|","|",Nz([RequestID],"(New"))
It was working, but now it displays the next RequestID - which does not even exist! So, I am wondering what the pipes do and if this is actually looking up the ID correctly.
Thanks,
Mike