duplicate passwords

R

Rick

After using the DWI and getting it to work, when entering login's and
password's it accepts duplicate passwords.
How can I prevent this.
 
S

Stefan B Rusynko

You can make your Access table field for password indexed and no duplicates
- that will give users errors if they attempt to add a dupe passwords

Or you will have to write custom ASP to check for duplicates and provide the user an error message




| After using the DWI and getting it to work, when entering login's and
| password's it accepts duplicate passwords.
| How can I prevent this.
 
Top