Use the print out
docmd.PrintOut acPages,PageFrom,PageTo
docmd.OpenReport "ReportName",acViewPreview
docmd.PrintOut acPages,1,1
docmd.Close acReport,"ReportName"

Signature
If I answered your question, please mark it as an answer. That way, it will
stay saved for a longer time, so other can benifit from it.
Good luck
> hi
>
> Is it possible to print only the first page of a report?
>
> Mattias