I have two tables: Employees and Licenses.
I created a view, named Current Licenses, on the Licenses table. This view ensures that only the active license for an employee is displayed.
I linked the Employees table to the Licenses table, specifying the view:
Unfortunately, the list of Licenses in the Employees table includes the non-currently licenses.
Am I doing something wrong?