I have a small but annoying problem that I'm hoping someone can help me with. I've attached a file containing some code that's activated when the user clicks on a button on a form called DistributeLetters. The code is supposed to get some information from a table and use it to fill in a report that is in the form of a letter and then either send the letter as an email attachment if the person has an email address or print a hard copy if the person has not listed an email address. The first works fine (the email part); but while the code does print a hard copy of the letter, it also for some reason I can't fathom prints a copy of the DistributeLetters form with the button! I can't see where this is called for in the code.