A
Ayelet
Hi,
Try using this validation rule :
Like "?.???.???"
the "?" is a joker-character, that stands for "any
character, exactly one". i'm pretty sure the "." is not a
special character, but just in case- if it doesn't work
like this, use "?\.???\.???".
HTH,
Ayelet
Try using this validation rule :
Like "?.???.???"
the "?" is a joker-character, that stands for "any
character, exactly one". i'm pretty sure the "." is not a
special character, but just in case- if it doesn't work
like this, use "?\.???\.???".
HTH,
Ayelet