I am having serious problems with an Access 2000 application I am building.<br>The application is a system to handle the execution of canoepolo turnaments with all the contraptions they produce. The thing is, that I have designed a form with several subforms where the actual execution takes place. You select a macth, and then you can with the teams playing, enter goals and penalties. The form also have a watch build in (OnTimer). Now, I am not able to execute 1 match of 2*10 minutes before I get the message that the machine is out of memory. The only place I can see that there might be a problem is the fact that I am running 2 action queries every second. DoCmd.OpenQuery("UpdateQ". Now, since they are action queries, they do not produce a recordset, and therefore I have nothing to close.<br><br>Please, if there are anybody out there who have tried anything like this before, I will be grateful for some help.<br>The database is too big to describe here, but is easy to mail. (1.5Meg .Zip).<br><br>Thanks in advance