That's definitely helpful. I wasn't sure what the default value was, so
I was assuming it was NULL, though I also experiemented with zero.Let's
see, I tried to put the script on the change object, and form:ready
object, and layout:ready. I also thought maybe it would be better to go
with an if statement, rather than a switch statement since there's only
one variation?If so, I was thinking this:if (this.rawValue = "")
NewHire.presence = "hidden" Transfer.presence = "hidden"
Termination.presence =...