DRathbone
Registered User.
- Local time
- Today, 23:59
- Joined
- Feb 24, 2007
- Messages
- 34
Hello
I'm trying to write a procedure on a form that checks If txtUsername = Username from the Users table & txtPassword = Password from Users table, if true then continue to admin form, if false msgbox"Username/Password not found".
I know it would involve some kind of loop but I'm unsure of were to even start, would anyone be able to help me with the syntax.
thanks in advance
I'm trying to write a procedure on a form that checks If txtUsername = Username from the Users table & txtPassword = Password from Users table, if true then continue to admin form, if false msgbox"Username/Password not found".
I know it would involve some kind of loop but I'm unsure of were to even start, would anyone be able to help me with the syntax.
thanks in advance