peskywinnets
Registered User.
- Local time
- Today, 12:45
- Joined
- Feb 4, 2014
- Messages
- 578
Just has a situation today where my wife entered a product code into a field...but she had added a trailing space (which caused a few problems).
How can I construct a field validation rule to disallow spaces? (either leading or trailing? Would it be something like this...
Is Null OR Not Like "*Chr(32)*"
Thanks!
How can I construct a field validation rule to disallow spaces? (either leading or trailing? Would it be something like this...
Is Null OR Not Like "*Chr(32)*"
Thanks!