Hi, you can do it like this:
make a report that looks like an envelope (i.e. name & address & no other bits)
put a command button on the form where you are selecting the contact
set the onclick event procedure to:
strReportName = "rptEnvelope"
strCriteria = "[ID] = " & Me![ID]...