Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Example: If we have the field NAME which includes the values: Bob, Mary, Fred and Sue.
I want to create 4 text boxes that return each of the 4 names.
What's the easiest way to do this?
=MinString(NAME) would return Bob
=MaxString(NAME) would return Sue
But how do I get the middle 2 names, Mary and Fred in their text boxes?
Thank you.
Just found it, never mind. I can use FieldValue to do this. I knew it was easy just couldn't find it.
Just found it, never mind. I can use FieldValue to do this. I knew it was easy just couldn't find it.