Click to See Complete Forum and Search --> : dbpw data control


Drew
April 2nd, 2001, 01:33 PM
Where is the dbpw data control in components?

shree
April 2nd, 2001, 01:38 PM
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.