N
Newbie!
Hi Group,
Im writting a small Username/Password verification into my Database.
I have a cboBox which is Populated from my dataset which has "SELECT
[Password], UserName, SystemUsersID FROM SystemUsers" in it.
In My Login Button I have:
Dim Password As String
******
If txtPassword.Text=Password Then
Success
Else
Failed
End If
My Database is a Access Database. I know i Need to put "Password=????? SQL
QUERY ?????" where the ******'s are but I don`t know exatly what.
Could anybody please point me in the right Direct?
I know it must be something like "Password = SELECT [Password], UserName,
FROM SystemUsers".
I`ve search all over but just carn`t find any examples
Thanks in Advance
Ta
Si
Im writting a small Username/Password verification into my Database.
I have a cboBox which is Populated from my dataset which has "SELECT
[Password], UserName, SystemUsersID FROM SystemUsers" in it.
In My Login Button I have:
Dim Password As String
******
If txtPassword.Text=Password Then
Success
Else
Failed
End If
My Database is a Access Database. I know i Need to put "Password=????? SQL
QUERY ?????" where the ******'s are but I don`t know exatly what.
Could anybody please point me in the right Direct?
I know it must be something like "Password = SELECT [Password], UserName,
FROM SystemUsers".
I`ve search all over but just carn`t find any examples
Thanks in Advance
Ta
Si