What version MDAC is recommended for running Access 2000 in XP Pro

C

cthend

I am starting to get VBA compile errors when ever a control is clicked and I
don't get it with Win2kpro boxes.
 
D

dbahooker

DAO has not been included with Windows, MDAC or OFFICE for almost a
decade

you probably have some errant reference to DAO

you should rewrite it to ADO; it is more reliable


if you're serious about keeping this app around for a couple of years
then use Access Data Projects
 
Top