I have some tables Club and Team. Teams are linked to Club through a ClubID on the Team table. A Club can have many Teams.
I have another table, Fixture, which has a key to a TeamID.
However when completing a form I don’t want to pick from a large list of Teams, I want to be able to first select a Club in one comboxbox/listbox and then have a second box populate with the Teams belonging to that club. This second box would then populate the TeamID of the Fixture table.
This feels like it should be something simple, but I can’t figure it out.
Many thanks.