Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Provider Error - Excel/Access 2000

Status
Not open for further replies.

izzyq

MIS
Mar 13, 2002
38
CA
I have created a macro that will run an access database query and copy the results into Excel. It runs fairly well except on one PC where it gives me a:

"Run-time error '3706' Provider cannot be found. It may not be properly installed."

The error occurs in this particular line of code:
' Open connection to the database
cnt.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _


I'm not sure if I have to change the version of the provider and if this is case how does one go about doing so.

Thank you Help Me Obi Wan Kenobi, You're My Only Hope.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top