Hi Stacy,
Try upgrading the connection string you're using. You're using an "old skool" driver that is no longer recommended. Try this instead:
Code:
Dim ConnectionString
ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("../temp/database/mercy.mdb") & _
"User Id=admin;" & _
"Password="
objConn.Open ConnectionString
Do you still get the same error?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.