link table in other access database which included the password

J

Jason

Dear all,

When I tried to link table in other access database which has the password.
It could not work. And I cancelled the password for that database and linked
it again. It worked. Could anyone tell me why??

The following is my coding :

DoCmd.TransferDatabase acLink, "Microsoft Access", "C:\access.mdb", acTable,
"2006", "2006"


Thanks,
Jason.
 
Top