Steve
I checked the Microsoft support site -- nothing obvious except for MDAC 2.6.
My suggestion is to...
- Check your references in VBA editor and verify ADO and other libraries are checked.
- Recompile your modules -- compact and repair should do this for you.
- At the code level, do you explicitly references ADO.
For example,
DIM dbs as ADO.database
MDAC 2.8 has been out since August so ant known issues would probably have been reported by now.
Richard