I developed for this company a type of inventory sales program. To make a long store short, in the long run, it prints out statements of what it owes to customers. Now, they want the option just to automatically print checks and wire transfers from the program. Of course they would need to change out paper between the prints for checks and the prints for wire transfers. So I added a "print" menu option and inside it has "print checks" and "print wire transfers" Now I have the data needed for these things (person name and amount) save to a data file. My question is how would I go about designing what the print out would look like, add the data, and print it out all behind the scenes. Eventually, I am adding the option to view before printing, but for now, they just want it to print. Any ideas?