how can one create a password on a visual basic access database when you have a vb datagrid
+2
A:
First, create a username and password for your MSAccess database (tools> security> set database password) Next, make the connectionstring with the resulting password.
Then go about your biz, connecting as usual.
Chris McCall
2009-08-27 17:13:49