R
richmarin
I wanted to split two Access MDB's. One MDB will run locally as the
client. The other MDB will be on the network. My question is how does
the client connect to the server data. Here is my code.
Dim rsClient as ADODB.recordset
Set rsClient = New ADODB.recordset
rsClient.Open "Select * From tblClients", < what do I put here ??? >
client. The other MDB will be on the network. My question is how does
the client connect to the server data. Here is my code.
Dim rsClient as ADODB.recordset
Set rsClient = New ADODB.recordset
rsClient.Open "Select * From tblClients", < what do I put here ??? >