B
bws93222
Say I have an Access DB that stores data for 2 leagues, 10 teams, and 90
players.
Here are my 3 tables with one-to-many referential integrity respectively:
LeagueTbl
TeamTbl (w/ FK: LeagueID)
PlayerTbl (w/ FK: TeamID)
I have a form-PlayerInfo with recordsource: PlayerTbl. It has a combobox:
Player(PlayerName), and combobox: Team(TeamID/Team). I want an (uneditable)
textbox to show the League (which is associated with the specified Player's
Team). How do I display the League value on my form? ex: "BabeRuth, Yankees,
American" (I tried using the expression builder to reference the other table
but couldn't get it to work.) Thx
players.
Here are my 3 tables with one-to-many referential integrity respectively:
LeagueTbl
TeamTbl (w/ FK: LeagueID)
PlayerTbl (w/ FK: TeamID)
I have a form-PlayerInfo with recordsource: PlayerTbl. It has a combobox:
Player(PlayerName), and combobox: Team(TeamID/Team). I want an (uneditable)
textbox to show the League (which is associated with the specified Player's
Team). How do I display the League value on my form? ex: "BabeRuth, Yankees,
American" (I tried using the expression builder to reference the other table
but couldn't get it to work.) Thx