I am doing some coursework which revolves around a database, I have pretty much everything done but I have to password protect the access database (For some reason, the built-in password protection of access is not allowed even though it protects the DB far better than VB) and also have to use VB code somewhere in it - I thought I would kill two birds with one stone by linking the two.
The problem is that I know nothing of VB whatsoever. Although I do some Java programming so have used languages before.
I just want a single username and password for the database (I don't need different users). I need the code to have pretty much this procedure:
How do I go about doing this?
The problem is that I know nothing of VB whatsoever. Although I do some Java programming so have used languages before.
I just want a single username and password for the database (I don't need different users). I need the code to have pretty much this procedure:
- Is username ***** and password *****?
- If yes, go to form *****
- If no, print message "Invalid"
How do I go about doing this?