I want to print some text and a form on the same sheet. With this code, the text is never printed :

Printer.print "Bhla bhla"
frmPrint.PrintForm
Printer.EndDoc



I could use Printer.PaintPicture, but I don't know how to turn my Form into a Picture...

Anybody could help me ?