One way:

1. Load the Users table into PQ (Connection Only).
2. Load the Add Record table into PQ - group on name with aggregated column using Date (aggregate = MAX).
3. Merge the Add Record query with the Users query on the Name field.