What I have is an unbound combo box on my form that I can select a Session number from (1, 2, or 3). When I click on my command button "OpenQuery" it opens my Classes Query with classes listed in that session.
In each session there are four periods, so I would also like to filter out the query by period number within the session number. Is this possible?