I have a custom login form in my VB app. The user types in their username and password which I then include in my ADO connection string to my SQL Server. The problem is, it will only recognise SQLServer security accounts. Any login that is set up as an NT User, it will not recognise and validate. What's the problem?? Do I need some extra link or modification in my connection string for it to validate NTUser names and passwords??