I want to make a form where I will type the race number and in a subform below i will be able to select horses to participate.
One horse can participate only in one race and in one race can participate many horses.
To achieve this i believe i need one more table, linking tblRaces and tblHorses(thanks pat for this).
What this table structure should be? (fields, primary key, look up etc.)
Also if someone knows, will i need one more table linking tblRaces and tblBets?
In the bets forms i will have to select a race and in a subform below the horses(that only participate in that race) i choose to bet on.
Thanks in advance.
One horse can participate only in one race and in one race can participate many horses.
To achieve this i believe i need one more table, linking tblRaces and tblHorses(thanks pat for this).
What this table structure should be? (fields, primary key, look up etc.)
Also if someone knows, will i need one more table linking tblRaces and tblBets?
In the bets forms i will have to select a race and in a subform below the horses(that only participate in that race) i choose to bet on.
Thanks in advance.