Andy, you do not use the Relationships, you use the Query's Criteria Row.
You enter this in the Criteria row of the Field (ID perhaps) that specifies the record.
forms![FormName]![FieldName]
where FormName is the name of your open form and FieldName is the Field that specifies the record.
It can be the Record ID field, a person's name etc.