Execute the merge to a new document and with that document displayed, run a
macro containing the following code:
Dim i As Long
With ActiveDocument
For i = 1 To .Sections.Count
.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i
End With
That will send each letter to the printer as a separate print job so that
your page 1 and page 2 source settings should be used.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Trying to print mail merge- over 100 recipients 2 pages per--need to print
> odd pages from one printer drawer(page 1 preprinted letterhead) and even
[quoted text clipped - 8 lines]
> anyone know what to do with this. If I have to collate the letterhead by
> hand it will take hours.