I want to open a database that is secured on user-level.
What is the right syntax to use the OpenDatabase method?
I tried this one but failed:
Set dbDocu = DBEngine(0).OpenDatabase(dbDocu, False,
False, "MS ACCESS;uid=yyy;pwd=xxx")
Thanks for your help,
HaGu
--
MichKa
the only book on internationalization in VB at
http://www.i18nWithVB.com/
"HaGu" <hg....@web.de> wrote in message
news:17a601c105e2$8904b760$a5e62ecf@tkmsftngxa07...