We are currently converting from Access 2003 to Access 2007. I have
an Access app that is going to be very difficult to convert. This App
is used by people that are out in the field and are a long distance
from where our Access Databases are. So that is why we have
Replication set up. So they have a local copy that they can replicate
to our copies when they are in a high speed area. Since they have
data on their local laptop we use VBA code to compact these
databases. This code is
DBEngine.CompactDatabase "C:\Source.mdb", "c:\SourceTmp.mdb"
The error I receive is:
Error 3251
Operation is not supported for this type of object.
Position = 2
Any help would be appreciated.
Thanks,
Jon
an Access app that is going to be very difficult to convert. This App
is used by people that are out in the field and are a long distance
from where our Access Databases are. So that is why we have
Replication set up. So they have a local copy that they can replicate
to our copies when they are in a high speed area. Since they have
data on their local laptop we use VBA code to compact these
databases. This code is
DBEngine.CompactDatabase "C:\Source.mdb", "c:\SourceTmp.mdb"
The error I receive is:
Error 3251
Operation is not supported for this type of object.
Position = 2
Any help would be appreciated.
Thanks,
Jon