Is there any way to force a field value to be unique and of a set length, but with exceptions?
Let me explain...
I have a text field in my table called "employee_number" and this value is always one of the following:
Is this possible? Obviously I can't set the source field in SQL to accept unique values only but I wondered if there was any way around it at form level?
Let me explain...
I have a text field in my table called "employee_number" and this value is always one of the following:
- NULL
- an 8-digit number
- the word "External"
Is this possible? Obviously I can't set the source field in SQL to accept unique values only but I wondered if there was any way around it at form level?