I have a database where I created a log in form for the users where they select their name and enter a case sensitive password. We have just figured out that when we record a new password on the password table it is automatically capitalizing the first letter of the password. I don't want it to do this. Any ideas on how to fix this? I have tried editing a password though a linked form, using and update query, and going directly to the table itself but I still get the same result. It only just started doing this. I'm assuming it has to do with the table since I even entered a new password on there and it did the same thing, but I'm not sure to be quite honest. all of the passwords that were created initially were all lower case it's only the ones that have been changed.