Hi:

I have this expression:

VB Code:
  1. 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:
  1. Set db = Workspaces(0).OpenDatabase(App.Path & "\progaves.mdb", [B]False, False, ";pwd=agaporni[/B]")

Any help please
Thanks