C
Cagney
I have a situation where I get information sent to me via email.
I have to verifiy that account info is Valid or Not Valid. So I have a
check box that the user clicks to confirm the status. Upon clicking
the checkbox I have code fill in 2 fields DateVerified and VerifiedBy.
My dilemma is when the account is NOT valid, the user simply does not
do anything, leaving the checkbox UNChecked. Therefore my code does
not fill in the fileds that indicate When and Who verified the
account. So I am thinking of adding a second check box called InValid
forcing the user to click only one box. This way if both boxes are
unchecked I then know that no one has verified these accounts yet.
Is there another way to handle this?
Thanks for the help.
Cagney
I have to verifiy that account info is Valid or Not Valid. So I have a
check box that the user clicks to confirm the status. Upon clicking
the checkbox I have code fill in 2 fields DateVerified and VerifiedBy.
My dilemma is when the account is NOT valid, the user simply does not
do anything, leaving the checkbox UNChecked. Therefore my code does
not fill in the fileds that indicate When and Who verified the
account. So I am thinking of adding a second check box called InValid
forcing the user to click only one box. This way if both boxes are
unchecked I then know that no one has verified these accounts yet.
Is there another way to handle this?
Thanks for the help.
Cagney