I have an unbound form that is processing mail merges (1 to Word and 1 to Outlook). As it loads it runs 2 SQL queries and feeds the results into 2 tables ready for the merge, counts the tables and shows the results in 2 text boxes.
This takes several seconds. I would like the form to open before doing the queries so that the user is not left with the previous form, but I can’t find which event to tie the code to so that it runs after the form opens.
David