Forum Discussion
MichaelBarrow
8 years agoQrew Cadet
Thanks Mark. That's clever, but I couldn't get it to work. For my current purposes, this seems to have done the trick.
Length([Subject Form ID]) > 0 and Left([Subject Form ID],1) >= "1" and Left([Subject Form ID],1) <= "9"
It really bugs me, though, that there isn't a native function to do something so straightforward and necessary.
Length([Subject Form ID]) > 0 and Left([Subject Form ID],1) >= "1" and Left([Subject Form ID],1) <= "9"
It really bugs me, though, that there isn't a native function to do something so straightforward and necessary.