views:

88

answers:

1

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