Below is the Data form the SQL view which is in the Row Source for a Combo Box (Name of Combo [ClassandCage]
SELECT Entries.ClassID, Entries.CageNo
FROM Entries
ORDER BY Entries.ClassID, Entries.CageNo;
This provides the data I want to select.
Below is the Control Source for two Text Boxes...