that's the error im receiving here is my code:

Set mCN = New Connection

With mCN
.ConnectionString = "Provider=Microsoft.jet.oledb.4.00;datasource='c:\my documents\people.mdb'"
.CursorLocation = adUseClient
.Open


does anyone have an ideas what the problem could be; i would appreciate any help.

i have mdac 2.1 installed