I want to print two reports using a command buttons on the same Form. The data on one is info regarding entries to a Bird Show the second is to print labels with similar data. At present I can Print the reports okay but to do so I need to remove the paper and replace this with the label page when I print each Report. This is a little clumsy so I tried setting up two printers, changed the code to produce the print preview which has its own problem, this being I cannot see the print preview unless I Move the screens covering the preview. After moving them I can then get a print dialogue screen which allows me to choose the printer but again this is time consuming. Can anyone tell me how I could easily direct the printing to the two printers from each command button or suggest a more practical method to perform this function