I’m having problems printing a report from a set of combo boxes. I don’t know if it is even possible with the current table structure.
Table tActivities have columns that include StudentID, FallSport, WinterSport, SpringSport, ConcussionForm, ActivityForm (this particular report shows the status of the forms for each player of an individual sport)
Table tSportsSeasons has a column Season that has Fall, Winter and Spring as rows
Table tAllSportsList has columns that include Sports and Season (and coach information, etc)
I have combo boxes getting the Season (cboSeason) from tSportsSeasons and Sport (cboSport) from tAllSportsLIst based on the season selected in cboSeason.
If cboSeason says “Fall” I would like to look up the value of FallSport in tActivities and select all rows that match cboSport (football, cross country, etc).
I’ve never asked for help without posting what I’ve done so far but I haven’t been able to come up with anything that remotely works. Any help is always appreciated.
Table tActivities have columns that include StudentID, FallSport, WinterSport, SpringSport, ConcussionForm, ActivityForm (this particular report shows the status of the forms for each player of an individual sport)
Table tSportsSeasons has a column Season that has Fall, Winter and Spring as rows
Table tAllSportsList has columns that include Sports and Season (and coach information, etc)
I have combo boxes getting the Season (cboSeason) from tSportsSeasons and Sport (cboSport) from tAllSportsLIst based on the season selected in cboSeason.
If cboSeason says “Fall” I would like to look up the value of FallSport in tActivities and select all rows that match cboSport (football, cross country, etc).
I’ve never asked for help without posting what I’ve done so far but I haven’t been able to come up with anything that remotely works. Any help is always appreciated.