Ive tried everyway i can think of so Im reaching out for some help.
I have two tables
Table A - Call it Squads/Teams
Team ---- Overall Team
| Sub Team A - 123 | Baseball |
| Sub Team B - 23048 | Baseball |
| Sub Team A - xyz | Football |
Overall Team column is a lookup to a different table (table B)
table B - Call it List of Overall Teams
Overall Team Name ---- other columns that arent being used
| Baseball | |
| Basketball | |
| Football | |
For example... When Baseball is selected from a different combo box, id like to filter a 2nd combo box to just list Sub Team A - 123 and Sub Team B - 23048 but its proving to be cumbersome.
Any help would be greatly appreciated.