
10-11-2001, 05:09 AM
|
|
|
Usera and Passwords
|
Hi!
I have developed a VB program that, among other things, allows one to select a document or database. Depending on the type of document or database selected it calls Word, Excel or Access and opens the chosen document. All the documents are password protected, with different levels of access depending on the identity of the user.
My problem is that one needs to sign in for each document when it is called.
The idea is to have a password routine that allows one to sign on when starting the VB program and that user and password is evaluated when the application is called, without having to sign in on the application again.
Note:
1. I am calling Word, Excel or Access to use the program’s functions and to limit the user to the access set-up when creating the document.
2. VB6 and MS Office 200 are being used.
Thanks if you can help.
|
|