Is it possible to store a select statement as a variable?
I have a table (UsysPassword) with a single row (Password). I would like to be able to select this row and store it as a variable to compare with another text box.
As you can probably guess, I want to make sure what the user enters as a password matches the existing password. I would like to keep it as a table so that I can create a form to update the existing password.
Any ideas?
Thanks so much!
Sarah
I have a table (UsysPassword) with a single row (Password). I would like to be able to select this row and store it as a variable to compare with another text box.
As you can probably guess, I want to make sure what the user enters as a password matches the existing password. I would like to keep it as a table so that I can create a form to update the existing password.
Any ideas?
Thanks so much!
Sarah