dao problem

G

Guest

When I use the Combo Box in my Microsoft Access application I get this
message. ERROR 1706 No valid source could be found for product DAO. The
Windows Installer cannot continue. I suspect the problem is caused by the
program listed below.

I Loaded an ATI Multimedia Program. They installed a program DAO. I tried to
remove it in the Add or Remove Program and I get the Error:- 3 Patch Package.
How can I completely remove all ATI programs from my computer. “Add or
Remove Programs†wont do it.
 
S

strive4peace

Look at the libraries that Access is referencing

from the menu in a module window --> Tools, References...

uncheck any references that are MISSING and locate
replacements if appropriate.

if the DAO by ATI Multimedia is checked, uncheck it and then
check a Microsoft DAO Library if you have code that uses DAO.

If in doubt about whether or not you can unceck a library,
uncheck it and compile

from the menu: Debug, Compile

fix any errors on the yellow highlighted lines

keep compiling until nothing happens (this is good!)

if you have an error because you are missing a library
reference, go back to Tools, References...,check it, and
comile again


Warm Regards,
Crystal
Microsoft Access MVP 2006

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top