P
Phred Bear
I have a small group on a LAN using split db format but with some off site
machines which can't access the data. I have a seperate stand alone version
of my db which I email every so often with the latest data. To do this I use
VBA to remotely empty the stand alone tables, compact the DB to reset the
seed of the index to zero and replenish the tables from the back end. All is
well except for two tables which are linked to enforce referential
integrity. My append queries won't stick without previously disconnecting
the link, running the queries then re-connecting the link. It is all a bit
of a mess. Any ideas on a work around. I can't find anything in any of the
related forums.
Many thanks
machines which can't access the data. I have a seperate stand alone version
of my db which I email every so often with the latest data. To do this I use
VBA to remotely empty the stand alone tables, compact the DB to reset the
seed of the index to zero and replenish the tables from the back end. All is
well except for two tables which are linked to enforce referential
integrity. My append queries won't stick without previously disconnecting
the link, running the queries then re-connecting the link. It is all a bit
of a mess. Any ideas on a work around. I can't find anything in any of the
related forums.
Many thanks