Topic: Different forms at Login Process

Hello MVD lovers

A want a sample project to check double login. Say, if admin credentials correct, open form1 and if user credential correct, open form2

Re: Different forms at Login Process

hotice546,
See if attached guides you to what you want. I used a Boolean field to distinguish an administrator from a user, but you may have another way. You just need to replace the If statement with whatever method you use.

Post's attachments

Attachment icon Login_Diff_Forms.zip 337.07 kb, 320 downloads since 2019-10-23 

Re: Different forms at Login Process

ehwagner wrote:

hotice546,
See if attached guides you to what you want. I used a Boolean field to distinguish an administrator from a user, but you may have another way. You just need to replace the If statement with whatever method you use.

Exactly as expected. i really appreciate.You are one of my favorite. Thank you very much.