Thanx rnealejr,
i just succeed this morning, and here is my example, which can share with u guys as an example...^^
adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=\\IP_address\...file_path\Tables.mdb;" & _
"Jet OLEDB

atabase Password=my_password;"
the other question is:
Is it possible to read mdb file while that file is openned...??