Elementary question. I have a field that is of type User. There are times that it will be null or blank. If I need to remove the current User and add a blank, how do I do that? I’ve tried
= “”
=NULL
I know the answer is probably obvious and easy, but I can’t seem to find it. Thanks,