P
Patrick
I'm trying to use a simple statement that compares two values in a table of
mine. If they are the same and the statement is true, the application will
open a new form. If it is false, then the application will throw up an
error. This is just an implementation of a password for each user. The
statement I am using is: [Emp].[EmpPW]=[Emp].[PwCurrent]
Will this work? When I run the app., nothing happens and I don't get an
error.
mine. If they are the same and the statement is true, the application will
open a new form. If it is false, then the application will throw up an
error. This is just an implementation of a password for each user. The
statement I am using is: [Emp].[EmpPW]=[Emp].[PwCurrent]
Will this work? When I run the app., nothing happens and I don't get an
error.