I have a continuous form based on a table to schedule many classes.
In a query, I can get a total of the number of students per class, and a total of the number of students per period.
Can I reference that query total in my form?
When I try "=[QueryName]![StudentTotal]" as the control source...