J
Jose Antonio
I'm working with two tables, one is an indexed table that
doesn't allow case repetition, and the other table is a
non-indexed table that links case-to-agreements and
contains repeated cases as they relate to more than one
agreement. My objective is to have the results of the
relationship between cases and agreements displyed in a
third table, indexed to not allow case repetition. I'm
aware that the establishment of a one-to-many relationship
between first and second tables is required and I set it
but I can't force the query to display its results in a
table structured with an index that doesn't allow case
repetition.
Any help will be appreciated.
Thanks.
doesn't allow case repetition, and the other table is a
non-indexed table that links case-to-agreements and
contains repeated cases as they relate to more than one
agreement. My objective is to have the results of the
relationship between cases and agreements displyed in a
third table, indexed to not allow case repetition. I'm
aware that the establishment of a one-to-many relationship
between first and second tables is required and I set it
but I can't force the query to display its results in a
table structured with an index that doesn't allow case
repetition.
Any help will be appreciated.
Thanks.