L
Linda V
I'm trying to set up referential integrity between two
tables. Here's what I have:
Table 1:
Primary key is made up of two fields:
Field 1: Month *
Field 2: Day *
* Not actual field name
Table 2 also has a Month field but it doesn't have the Day
field. All it cares about is Month.
In Table 1 any particular Month and Day can be listed only
once, but as you can guess Month can be listed many
times. And in Table 2 there can be multiple records with
the same Month.
I'd like to set up integrity between just the Month fields
but keep getting this error "No unique index found for the
referenced field of the primary table."
Can anyone tell me what I need to do?
Thanks!
Linda
tables. Here's what I have:
Table 1:
Primary key is made up of two fields:
Field 1: Month *
Field 2: Day *
* Not actual field name
Table 2 also has a Month field but it doesn't have the Day
field. All it cares about is Month.
In Table 1 any particular Month and Day can be listed only
once, but as you can guess Month can be listed many
times. And in Table 2 there can be multiple records with
the same Month.
I'd like to set up integrity between just the Month fields
but keep getting this error "No unique index found for the
referenced field of the primary table."
Can anyone tell me what I need to do?
Thanks!
Linda