psycoperl
Active Member
- Joined
- Oct 23, 2007
- Messages
- 339
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
- Web
I need help in writing a statement that can extend this if statement to ensure that in addition to haveing no spaces that the string has only "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" Not sure where to turn to...
If (InStr(rsSNReport!StudentID, " ") <> 0) Or (Len(Trim(rsSNReport!StudentID)) <> 9) Then ...
Thanks in advance for your assistance.
If (InStr(rsSNReport!StudentID, " ") <> 0) Or (Len(Trim(rsSNReport!StudentID)) <> 9) Then ...
Thanks in advance for your assistance.