replied on November 5, 2015
I'm not sure the table structure you have for where the names are being pulled from, but we have a process that might help you.
For our hiring process, at the end of the process we store the employee names in a database table. That table has a column named completed. For every new employee a 90 day review must be completed for them by their supervisor. The supervisor starts a different form and adds the employee's name (which does a lookup for their employee number) and submits it. At the end of that process, it goes into the database table mentioned above and checks off that they have completed it.
By doing this, we can pull a report to see who has and has not performed a 90 day review. I hope that helps.