damienpage
2 years agoQrew Cadet
Multi Select Text Field
Good evening all..
Have a multi select text field (over 1000 selections (suburbs)) so I cant mark the field as MUST BE FILLED IN.
I created a field using a formula to test if multi select field was filled in or not, with N/A the result if not.
Split(List(" ; ",
If( [TEST NEW SUBURBS]=null, "N/A"),
If( [TEST NEW SUBURBS]<>null,ToText([TEST NEW SUBURBS]))))
That marks another field N/A if this the Multi select field isnt used.
SO i then tried to create a form rule that creates a pop up should the formula field say N/A but nothing pops up and the form saves...
Any thoughts on this appreciated....
------------------------------
damien page
------------------------------