hi Rob,
I already created a relation from table 1 to table 2 using fieldi 1 as a link and then added the condition for field2 = 1 in a second line of the relation
but
How do I now tell the form for table 1 to only show records based on this relation. Where am i indicating the relation.
Make sure your relation is an Inner join instead of left join. Then find or sort by a field in table2 (through the relation). That omits records with no related record in table 2.
Alternatively, base your form on table 2 and show related fields from table 1. So table2 controls the record set.