I've exhausted all internet articles over the last 2 days and I've gotten absolutely nowhere. Hope I'm in the right place now.
Win8 server running IE7.  I've pared my code down to the absolute bare minimum for testing purposes.  I'm not a great programmer.  I have a couple intranet web sites that can successfully update access database tables (.mdb)  The error occurs when I attempt to populate a dropdown list from database data.  The open recordset event fails.  Client browser gets a generic error message with no helpful info.  Browser on Server gets the following...
Microsoft JET Database Engine error '80004005'
'Z:\temp' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides
I've arrived at this point regardless of all of the following...  Microsoft.ACE.OLEDB.12.0  Microsoft.Jet.OLEDB.4.0  DSN-less using &quo ...

Go to the complete details ...