B
BrunoKP
I have tried this code:
Private Sub Form_Load()
Dim ServerFile As String
ServerFile = "path\MyDB_be.accdb" '(Office 2007)
Set dbsData = DBEngine.OpenDatabase(ServerFile, False, False, ";pwd=be")
End Sub
When trying to select an item from a combox after the form has been loaded
without errors, I get the message: "Password is not valid". ("be" is valid
when opening MyDB_be.accdb manually)
Bruno
Private Sub Form_Load()
Dim ServerFile As String
ServerFile = "path\MyDB_be.accdb" '(Office 2007)
Set dbsData = DBEngine.OpenDatabase(ServerFile, False, False, ";pwd=be")
End Sub
When trying to select an item from a combox after the form has been loaded
without errors, I get the message: "Password is not valid". ("be" is valid
when opening MyDB_be.accdb manually)
Bruno