K
Kenny-Z
Hi,
I'm having no luck googling for this one (or ADHing...), and I'm sure
it's simple or at least common:
From Access VBA on one PC I want to make a connection to an MDB on
another network PC...
To connect to the local machine I can use:
rst.Open "tbl_Contacts", _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Filespec, _
adOpenForwardOnly, adLockReadOnly
where Filespec is a path to the local file...
thanks for any help,
kz
I'm having no luck googling for this one (or ADHing...), and I'm sure
it's simple or at least common:
From Access VBA on one PC I want to make a connection to an MDB on
another network PC...
To connect to the local machine I can use:
rst.Open "tbl_Contacts", _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Filespec, _
adOpenForwardOnly, adLockReadOnly
where Filespec is a path to the local file...
thanks for any help,
kz