Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

[VB] Username & Password an Access Database

$
0
0
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:
  1. Is username ***** and password *****?
  2. If yes, go to form *****
  3. If no, print message "Invalid"


How do I go about doing this?

Viewing all articles
Browse latest Browse all 13329

Trending Articles