I have a query that runs on a large number of records. Midway theough the execution I get a system message saying that access can't undo the effect of this action query due to disk space or memory constraints. Disk space is fine so it must be memory. I know that I will not want to undo changes so my question is how may I prevent this confirmation message appearing?. I have setwarnings to false already.