I would like to create a rule, that will accept into a field in a table, only text built of 3 letters followed by 3 numbers, for example:
‘abc123’.
the next rule will do some of the work by checking for 3 numbers.
Like “###”
What do I write to make the rule check for 3 letters and 3 numbers ?
Itay K