DayLaborer
Programmer
Before I ask my question, let me state that I have read the KB article at
I am iterating and attempting to open many Access databases programatically with VB.NET using
[tt] oAccess.OpenCurrentDatabase(FilePath)[/tt]
What I want to happen is if there is no password on that Access DB - it should open. Some databases will have passwords - none of which I will have. If there is a password, I want my code to detect that and move on to the next one - without getting stopped by the password prompt...
(No, this is not illegal/immoral - I'm doing a legit project at work.
)
Please help...
Thanks!
Eliezer
I am iterating and attempting to open many Access databases programatically with VB.NET using
[tt] oAccess.OpenCurrentDatabase(FilePath)[/tt]
What I want to happen is if there is no password on that Access DB - it should open. Some databases will have passwords - none of which I will have. If there is a password, I want my code to detect that and move on to the next one - without getting stopped by the password prompt...
(No, this is not illegal/immoral - I'm doing a legit project at work.

Please help...
Thanks!
Eliezer