TerribadCoder
Registered User.
- Local time
- Today, 15:18
- Joined
- Mar 8, 2014
- Messages
- 20
[SOLVED] Enable Button with Validation Rule
Hi All,
Got another for you elite coders... tell me if you think I'm going about this the wrong way or if I'm making this WAY too complicated.
I have a button on a form that when I press it, I want it to validate a user's Windows Login ID in a text box on the current form against a table before allowing them access to a form.
If the Login ID in the text box does not match any value in the table I have defined, I wanted a MsgBox displayed saying invalid credentials. Of course if the ID exists in the table, I'd like it to open the next form.
Any ideas? Thanks!
Hi All,
Got another for you elite coders... tell me if you think I'm going about this the wrong way or if I'm making this WAY too complicated.
I have a button on a form that when I press it, I want it to validate a user's Windows Login ID in a text box on the current form against a table before allowing them access to a form.
If the Login ID in the text box does not match any value in the table I have defined, I wanted a MsgBox displayed saying invalid credentials. Of course if the ID exists in the table, I'd like it to open the next form.
Any ideas? Thanks!
Last edited: