Hello guys,
Just a quick question...
Ive spent hours reading tech. guides but had no success..
How do i connect to an access database (data.mdb) and run the query:
ignore the User and Password those are variables which will be passed through in the code
then i need to get the UserName that returns in the query ...
and a recordcount that comes back ..
Just a quick question...
Ive spent hours reading tech. guides but had no success..
How do i connect to an access database (data.mdb) and run the query:
Code:
"SELECT members.UserName FROM members WHERE (((members.UserName)=" & User & ") AND ((members.Password)=" & Password & "))"
ignore the User and Password those are variables which will be passed through in the code
then i need to get the UserName that returns in the query ...
and a recordcount that comes back ..