Conceptually, create a query that will return the record that you are viewing on your form and then output a report with that query as the recordsource to rtf.
Place this code in the On Click event of a button on the form:
Private Sub button_Click()
DoCmd.OutputTo acReport, "nameofreport"...