Filter Table Entries In Another Table
I thought this would be relatively straightforward but I am running into multiple roadblocks. I have a table set up in a relationship with another table with a pipeline between the two, where the parent table has a list of all employees in the plant with a field for department they are in. The child field is set up to trigger a pipeline when the corresponding department is selected from a dropdown to check off that those employees were present that day in the other table.
My question with this is I would like to display the people that will be checked off in the child table when that department is selected, so they can see who they will be marking as present that day without blindly telling them everyone is present. Is this possible? I played around with embedding reports (which doesn't show the entries until the form is saved, I would like it to appear while completing the form) and formulas that I couldn't get to work quite right.
Any help would be greatly appreciated!