Thanks Maq,
Docmd.openreport "reportname",,,"pk = " & me!formfieldPK
Turns into:
Docmd.openreport "AppointmentReport",,,"ID = " & me!Company NameID
does it?
My PK ID is not on the form, does this matter? The problem is that ID is an auto number type...