daglugub37
Technical User
i do not know how to accomplish this.
the table I am trying to build will track injuries to football players on a NFL Roster.
I have a tblRoster
fldTeam ID NUMBER uses a tblTeams PK
fldPlayer ID NUMBER uses a tblPlayers PK
fldSeason NUMBER
fldStarter YES/NO
fldRookie YES/NO
fldVeteran YES/NO
fldRating NUMBER
The combination of fields ensures that each record will be unique so I did not create an AutoNumber PK field. Was that a mistake?
So now I would like to create a tblInjuries with:
fldRosterPlayer
fldInjury
fldLength
I would like the data entry for the fldRosterPlayer be able to choose from a value list that would look like so
Joe Smith Pittsburgh Steelers 2003
John Black Miami Dolphins 2004
and so on,
the table I am trying to build will track injuries to football players on a NFL Roster.
I have a tblRoster
fldTeam ID NUMBER uses a tblTeams PK
fldPlayer ID NUMBER uses a tblPlayers PK
fldSeason NUMBER
fldStarter YES/NO
fldRookie YES/NO
fldVeteran YES/NO
fldRating NUMBER
The combination of fields ensures that each record will be unique so I did not create an AutoNumber PK field. Was that a mistake?
So now I would like to create a tblInjuries with:
fldRosterPlayer
fldInjury
fldLength
I would like the data entry for the fldRosterPlayer be able to choose from a value list that would look like so
Joe Smith Pittsburgh Steelers 2003
John Black Miami Dolphins 2004
and so on,