- #1
Mike Phan
- 67
- 0
Hi,
I am writing a visual basic databse program, and need a code to open a MS access table which is protected by a password.
It can open the table without password. I need to protect it by password to prevent someone to open and edit it, but I have got a problem to let the visual basic open it by prompt the password automatically.
In short, if the table without password, everything works fine, and if the table is set by a password, the program cannot open that table so it displays an error message.
Please help. Thanks
Mike
I am writing a visual basic databse program, and need a code to open a MS access table which is protected by a password.
It can open the table without password. I need to protect it by password to prevent someone to open and edit it, but I have got a problem to let the visual basic open it by prompt the password automatically.
In short, if the table without password, everything works fine, and if the table is set by a password, the program cannot open that table so it displays an error message.
Please help. Thanks
Mike