CopyObject from Passworded Databae

W

wrstanley

I am trying to use DoCmd.CopyObject to copy a table from a database tha
has a database password. After the path to the databse, I've trie
adding:

;Database Password=MyPassword and
;PWD=MyPassword

Neither work.

Search of the Internet and Microsoft Knowledge Base were fruitless.

I'd appreciate any help
 
W

wrstanley

Thank you for the reply, but there must be a straightforward way i
which to access a password protected database and copy a table
 
Top