sirkistova
Registered User.
- Local time
- Today, 02:02
- Joined
- May 3, 2009
- Messages
- 23
I need to make a validation rule that would allow digits and spaces - any number.
Something like:
Like "[0-9 ]*"
but I need a '*' whose meaning is "repeat zero to infinit times" like in regexp.
How do I do that? What is the repeat charachter in Access validation rule?
The field is a list of member ids seperated by spaces. It would be even better if the validation rule would allow the integer numbers in the list be not bigger than the higher member id. (But I guess this is too good to be possoble.)
Thanks
Tova
Something like:
Like "[0-9 ]*"
but I need a '*' whose meaning is "repeat zero to infinit times" like in regexp.
How do I do that? What is the repeat charachter in Access validation rule?
The field is a list of member ids seperated by spaces. It would be even better if the validation rule would allow the integer numbers in the list be not bigger than the higher member id. (But I guess this is too good to be possoble.)
Thanks
Tova