Hi,
I've trawled the web and found lots of answers relating to sql dbs etc and a couple relating to access but none seem specific enough to answer my queries.
I'm developing a simple sporting records db. I have a 'Competitor' table listing competitors as follows: CompetitorPK, Name, Division, Club. I have a 'Contest' table listing contests as follows: ContestPK, Competitor1_FK, Competitor2_FK, Winner_FK, Score etc. My question is have I modelled tables correctly i.e. CompetitorPK will appear in three columns of Contest table. How do I define this relationship? What alternative is there to what I have done.
I intend to use forms to populate both tables (independantly obviously). This might seem quite simple but your answers will guide me later on in terms of querying etc.
Thanks for any help.
I've trawled the web and found lots of answers relating to sql dbs etc and a couple relating to access but none seem specific enough to answer my queries.
I'm developing a simple sporting records db. I have a 'Competitor' table listing competitors as follows: CompetitorPK, Name, Division, Club. I have a 'Contest' table listing contests as follows: ContestPK, Competitor1_FK, Competitor2_FK, Winner_FK, Score etc. My question is have I modelled tables correctly i.e. CompetitorPK will appear in three columns of Contest table. How do I define this relationship? What alternative is there to what I have done.
I intend to use forms to populate both tables (independantly obviously). This might seem quite simple but your answers will guide me later on in terms of querying etc.
Thanks for any help.