Hi:
I have this expression:
"VB Code:
db.Execute "INSERT INTO " & value & " IN '" & App.Path & "\progaves.mdb ' SELECT criacoes.* FROM criacoes
and,because the database have a password I need to put something like that in the expresion,but I had try a few things and I can not make the expresion work
VB Code:
Set db = Workspaces(0).OpenDatabase(App.Path & "\progaves.mdb", [B]False, False, ";pwd=agaporni[/B]")
Any help please
Thanks




Reply With Quote