Maybe I wasn't clear enough, this part is done. My problem is that I wan't to print a page that's well formatted. I though I could create a report in access and then print it by ASP.
I tried with
doCmd.OutputTo acOutputReport, "Report1", acFormatHTML
but I get an error telling me that I can't do this at the moment.