I have a form where the user enters a day. There is a tabbed form below where each tab contains the same subform. The tabs show the names of classes running on that day. The subforms are populated by a query that selects all students enrolled on classes running that day. What I want to do is to apply a different filter on each tab so that only students on that particular class show on the relevant tab.
Do I have to create a different subform for each tab or is there a way I can use the same form but apply a different filter to each instance of it?
If I do have to create different subforms, can I make them into an array so that I can refer to them in various loops that loop through each tab in turn?
I hope this makes some kind of sense.
Any pointers will be much appreciated
Do I have to create a different subform for each tab or is there a way I can use the same form but apply a different filter to each instance of it?
If I do have to create different subforms, can I make them into an array so that I can refer to them in various loops that loop through each tab in turn?
I hope this makes some kind of sense.
