After setting different users and passwords through Ms Access to a database ( secured database ) ; How can I open that database with a specific user name through DAO 's opendatabase method in VB ? I know how to open a password protected database file ; here I wants to open with the privilages of a specific user. ie; I wants to provide user level security. Thankz