I have a temp table which is used to generate reports, records are deleted until the specific criteria are met, then output to a report.
When this table is refreshed for a new search I have two SQL lines, the first deletes anything left in the table, the second refills it with data ready for the new search.
Access refuses to run the second line because it is still processing the first.
How can I force it to wait until the previous line's actions are finished?
Any ideas?
TIA
Telephoto
When this table is refreshed for a new search I have two SQL lines, the first deletes anything left in the table, the second refills it with data ready for the new search.
Access refuses to run the second line because it is still processing the first.
How can I force it to wait until the previous line's actions are finished?
Any ideas?
TIA
Telephoto