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 that Access generated due to the fact I have no unique data. Is this an issue?
TIA
Aron (Novice)