G
Guest
I have five databases with identical tables structures that need to be consolidated into one. The databases are large (~20mb each) and some of the tables (27 tables) are large (15,000 records). When I apped using VBA with SQL I get messages that records have not been appended when in fact they are, messages that say the append was successful when it was not and messages of key violations. These errors do not occur consistently. It appears as though the appends are successful early in the session but become more common as the session procedes
What causes these problems and how do I fix it
What causes these problems and how do I fix it