Hey everyone,
I know this question has been asked many times, but I can't seem to get a handle on it.
In a nutshell, I just want a form that validates the username and password someone puts in that's in a database. I know the code will the use the DLookup function, but that's where I get a little mixed up. I know what it's used for, but I'm not sure how to make use of it.
I currently have a table called LoginTable, with the fields ID (as PK), Username, and Password.
If anyone could help explain to me how I would get this to work, that would be great!
Thanks in advance!
I know this question has been asked many times, but I can't seem to get a handle on it.
In a nutshell, I just want a form that validates the username and password someone puts in that's in a database. I know the code will the use the DLookup function, but that's where I get a little mixed up. I know what it's used for, but I'm not sure how to make use of it.
I currently have a table called LoginTable, with the fields ID (as PK), Username, and Password.
If anyone could help explain to me how I would get this to work, that would be great!
Thanks in advance!
Comment