Sep 26, 2023 05:55 AM
I am trying to create a base that tracks documentation-compliance. Essentially, I have employees that have one or more licenses, where each license requires the presence of a variety of documents to be in compliance.
I created four tables:
My current structure:
Employees
Documents
License Types
Document Types
What I need is a way to display (and ffilter) all employees and their documents, including a placeholder for missing documents. In this example, Jane is missing documents for both here B and C licenses.
Is this possible?
Sep 26, 2023 10:16 AM
You can use lookups with your linked records to pull that info to the Employees table.
Sep 26, 2023 06:31 PM
Could you elaborate on this a bit more, please?