Where is the dbpw data control in components?
Printable View
Where is the dbpw data control in components?
I just meant that you put a data control on your form and name it dbPW.
Then you'll have to set the DatabaseName property for this control, and the Connect Property. It'll be easier if you make the database in Access. Now, set the Recordset property to the table containing your names and password. Now the code given earlier will work.