Hi, I designed a report to show all permanent people who DO NOT have a current evaluation based on a start date parameter. Because of our data structure I have to run a Make-Table query to create a complete list and then use the parameter in a Delete query to delete all records from the table who HAVE had an evaluation as of the date entered and then populate a report from the remaining records in the table. This series of steps creates 5 modal dialog boxes where you just press Yes/OK to. Is there any way I can automatically answer these dialogs without the user seeing them?