N
Neil
I have a very strange situation - stranger than most things I've ever
come across.
I have an old MDB file that is being run in 2010 and there's a report
which uses about 5 queries to write to temporary tables, which the
report is then based on. One of the queries, for some reason, doesn't
write its data the first time the report is run. But then if you run the
report a second time, it works fine!
The temporary tables are cleared at the beginning of each run, so it's
not like it's using data from the previous run. It's not. Also, I've
stopped the process right before this query is run, and then manually
run the query. It works fine if I stop the process and then manually run
it, even on the first run.
But, for some reason, when you run the report the first time this query
doesn't write its data to its corresponding temporary table. If you then
run the report again a second time, it works fine.
All data that the query uses is from the main database tables, and there
are no data changes between the first and second iteration.
Any ideas as to what might be going on?
Thanks!
Neil
come across.
I have an old MDB file that is being run in 2010 and there's a report
which uses about 5 queries to write to temporary tables, which the
report is then based on. One of the queries, for some reason, doesn't
write its data the first time the report is run. But then if you run the
report a second time, it works fine!
The temporary tables are cleared at the beginning of each run, so it's
not like it's using data from the previous run. It's not. Also, I've
stopped the process right before this query is run, and then manually
run the query. It works fine if I stop the process and then manually run
it, even on the first run.
But, for some reason, when you run the report the first time this query
doesn't write its data to its corresponding temporary table. If you then
run the report again a second time, it works fine.
All data that the query uses is from the main database tables, and there
are no data changes between the first and second iteration.
Any ideas as to what might be going on?
Thanks!
Neil