سؤال

I am new to access and I cannot understand how to create a list column with a relationship between 2 tables.

I have one table called Persons and the other Interviews. I create a relationship between ID from Persons and Interviews ParentId. When I create a list column (or control) appear all records. Why?

لا يوجد حل صحيح

نصائح أخرى

IN a relational database it will give every instance for all records that have a relationship. When creating your new query or form, try Select.Distinct

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top