A family of Microsoft relational database management systems designed for ease of use.
Thanks a lot for your quick response.Yes I created the other login Form from scratch.
During the creation of the first form,at one time there was a related query that I had created that popped up as I saved.Being a learner I went ahead with it.
I have attached the screenshots of the code and the password auto fill.I appreciate any assistance accorded.And thanks for your help.
If that's all the code you have on that form, you won't be able to log in, unless you update the user table with the "old" username, because that code only fires once - when the form opens.
If you want the user to type in their username to log in, you can either use the AfterUpdate event of the Textbox or provide a button to log in. Also, if you don't want to autofill the username, then delete the line:
Me.txtUser=Environ("Username")