Hello, this is my first post and I'm really hoping someone else will have encountered this.
I have an access database which has a run of 100 plus queries which all append data to a single table.
I have a macro set up to run these in order so that I can run it over night when nobody (in theory) should be locking the various source tables.
The individual queries all seem to work fine and will produce the expected number of records, 1 for each month in the most simple example. However, when I run the macro overnight some queries will produce additional incorrect lines for a few months and not others. The queries affected differ each time and the months that have the additional lines change also. When I then use another query to delete the affected lines and re-run the individual query, it again works fine.
Does anyone know if access gets it's knickers in a twist over macros with large numbers of 'open query's in them or ever come accross any similar problem? Our server constantly borders on being almost full and I'm hoping that when we finally migrate to the new server that this might have been the problem but I thought I'd ask in case there is some other obvious cause. The database itself is not huge (319,204kb) - I'm using 2003 with service pack 3.
Thanks in advance!!
I have an access database which has a run of 100 plus queries which all append data to a single table.
I have a macro set up to run these in order so that I can run it over night when nobody (in theory) should be locking the various source tables.
The individual queries all seem to work fine and will produce the expected number of records, 1 for each month in the most simple example. However, when I run the macro overnight some queries will produce additional incorrect lines for a few months and not others. The queries affected differ each time and the months that have the additional lines change also. When I then use another query to delete the affected lines and re-run the individual query, it again works fine.
Does anyone know if access gets it's knickers in a twist over macros with large numbers of 'open query's in them or ever come accross any similar problem? Our server constantly borders on being almost full and I'm hoping that when we finally migrate to the new server that this might have been the problem but I thought I'd ask in case there is some other obvious cause. The database itself is not huge (319,204kb) - I'm using 2003 with service pack 3.
Thanks in advance!!