Loterken,
Logically, tblTeam should be the ONE, tblPersons should be the MANY.
One team, many persons...
Given that a Person can belong to only one team... tblTeam PersonID
should be constrained (Indexed/No Dupes) to prevent assignment to two teams.
Also, the most logical form would be tblTeam on the main form,
and tblPersons on a continous subform related to the Team by TeamID.
If you look at it as One Person to One Team, the tblPersons TeamID can
not
be constrained (No Dupes) ... as other persons (in that same tblPersons)
could also belong to that same team.
Is that what you're trying to determine?
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
"Loterken" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> sorry, i meant
> is there any way to enforce this with a constraint on table "Person" ?
> and not
> is there any way to enforce this with a constraint on table "Team" ?
>