A
Ann
I have a command button which generates password and
append to userpass table.
Because one user can only have one password, I set
username as primary key in the table.
So when somebody click generate password button, if the
password already exists, it will show the message:
cannot append the table...due to validation rule
violation.
This is fine, but I want to custom the message a little
bit like: this user already have a password.
instead of using the Access original message?
How can I do that?
Thanks
append to userpass table.
Because one user can only have one password, I set
username as primary key in the table.
So when somebody click generate password button, if the
password already exists, it will show the message:
cannot append the table...due to validation rule
violation.
This is fine, but I want to custom the message a little
bit like: this user already have a password.
instead of using the Access original message?
How can I do that?
Thanks