I have a module of code that runs several make-table queries consecutively. They are querying from a very large database (several million records) that is linked to the Access db, and is located in another state. So I need to insert a pause between each query to allow the table to finish building, due to network delays. How can I do this? It seems like such a simple and silly question, but I can't find anything on it in the MS VBA help or in the forum or FAQs.