C
Cathy
I need to write a validation rule on a table/field where the field must begin
with a number, but then can be any length and any mixture of numbers and
characters. I've tried: Like "[0-9]*" Or Is Null
But it is not working; it will not accept characters. It will only accept
numbers of any length.
What else can I try?
Thank you!
with a number, but then can be any length and any mixture of numbers and
characters. I've tried: Like "[0-9]*" Or Is Null
But it is not working; it will not accept characters. It will only accept
numbers of any length.
What else can I try?
Thank you!