Hello Jack Another great video, my come to place for learning, If you ever get the chance I would love to learn how to make a case sensative login form, where users had to make a password containing Capital letters and numbers.
Thanks, Jack have implemented the login to fit my login form works great 😊, don't want to push my luck but is there a way to force the user to make a password that incorporates capital letters and say one or more numbers in it for better security?
@@bigalc4528 Yes, you can add a function for validation. In the function, you will need a couple of variables for each criterion. Thanks for the idea and a good question. When I have time, I will do a video on this.
Good morning Jack.. Thank you so much for the quick reply and the How to video! Really appreciate it. I started following your instructions but for some reason I get an error where under the Form_Open Sub where you set the Me.txtSelectDay = DateSerial(1899, 12, 31) it tells me You Can't Assign a value to this Object. The Form was designed just like yours on the video So not sure what the problem would be. Any idea?
Great Thanks 🙏
Thank you. I thought I was just going to show how to pass values to a popup form. But I ended up completing the whole thing. lol
Hello Jack Another great video, my come to place for learning, If you ever get the chance I would love to learn how to make a case sensative login form, where users had to make a password containing Capital letters and numbers.
check out my videos on case-sensitive logins here: www.youtube.com/@MicrosoftAccessHowTos/playlists
Thanks, Jack have implemented the login to fit my login form works great 😊, don't want to push my luck but is there a way to force the user to make a password that incorporates capital letters and say one or more numbers in it for better security?
@@bigalc4528 Yes, you can add a function for validation. In the function, you will need a couple of variables for each criterion.
Thanks for the idea and a good question. When I have time, I will do a video on this.
Good morning Jack.. Thank you so much for the quick reply and the How to video! Really appreciate it. I started following your instructions but for some reason I get an error where under the Form_Open Sub where you set the Me.txtSelectDay = DateSerial(1899, 12, 31) it tells me You Can't Assign a value to this Object. The Form was designed just like yours on the video So not sure what the problem would be. Any idea?
Sorry. My Bad.. Found the Problem Now I can Continue 🙂