Hi all
I had an inssue with MDAC 2.8 not supporting something that 2.7 did (can't remember what it was now, something to do with adding parameters when using the command object I think)...anyways...
I simply got a version of 2.7 and installed that over the top and everything was fine?
I don't remember uninstalling 2.8 first? I just ran the 2.7 install.
As for the project referencing 2.8 still, I'm not sure about VBA stuff but I know that in Visual Studio, there is a reference to the ADO dll when you use the package and deploy wizard which doesn't always match up to what you have on your system (don't ask me, it'w weired!)
take a look at msado15.dll here:
C:\Program Files\Common Files\System\ado
Try running the 2.7 MDAC install again and then check to see that this file has been updated, if not, manually copy it off of another machine and then re-compile your VBA stuff.
Not sure if any of this will work...but it might
Let us know.
Cheers
Wayne