J
jean.ulrich
Hi
I have a text box on a form so user can write a password
I also have a button
here what I want
If the user put "123" and click the button, form "Employees" open
if the user put "abc" and click the button, form "Customers" open
if the user put "xxx" anc click the button, form "Products" open
I know I should use the select case method, but I don't know how to do
it, how to create the code, how to start
Should I create a statement and then on the "click" event of the
button put someting like "call the statement" or put the code on the
click event of the button !!!!!
thanks for your help
I have a text box on a form so user can write a password
I also have a button
here what I want
If the user put "123" and click the button, form "Employees" open
if the user put "abc" and click the button, form "Customers" open
if the user put "xxx" anc click the button, form "Products" open
I know I should use the select case method, but I don't know how to do
it, how to create the code, how to start
Should I create a statement and then on the "click" event of the
button put someting like "call the statement" or put the code on the
click event of the button !!!!!
thanks for your help