When are viewing the database through a Form, the specific record you are looking at, not the whole table.
If I wanted to print a report with just that record, I use
the code:
DoCmd.OpenReport "LETTER_COMRATS", acViewPreview, , "ID=" & Me.ID"
Is there a mail merge equivalent for just the...