I need help connecting two forms together
I have a children’s registration form that’s the main project
It has each child’s data like name, age, and which space they’re registered in
And I have a second form for daily attendance
I need that when I select a space, it shows me the list of children registered in that specific space so I can choose who’s present
I’ve tried several methods:
-
Used instance to connect to the data
-
Tried pulldata functions
-
Tried different filter options
But unfortunately I couldn’t get the desired result
The main problem is that the children list doesn’t appear automatically when I select the space
I need your help with:
-
The correct way to connect the two forms
-
How to make the children list appear automatically
-
Any practical examples or explanations that could help me
This is really important for our daily work and would make attendance tracking much easier
Thanks in advance for your help
