DBAchick
Programmer
- Apr 27, 2000
- 61
I am trying to validate the data that is being entered into a password field. The password must be at least 5 characters, cannot be blank (null), cannot match the user login and cannot be the word password. I have tried case statements, if statements, beforeupdate and afterupdate. Any suggestions would be helpful at this point....