Hi there,
I come back to you with a new question!
CONTEXT
I have a table [Defects] which contains all the information about my defects. Each defect is assigned a certain number of points according to different criteria (size, number, location).
I also have a table [List of defects] which allows you to select the defect encountered during an inspection.
During the inspection, the user fills out a form via the [List of defects] table where he can choose his defect step by step (I encounter this type of defect, I select its size then the number of defects I encounter). At the end of this a number of points is awarded.
> QUESTION
I would like that according to the selected information, I can go back to the key of the defect and that according to this key I assign a number of defect.
How could I go about it?
You probably need to share more details--maybe screenshots--about the columns in each table.
Potentially, it's as straightforward as creating a virtual column with the following App formula in your Defects table.
COUNT([Related List of Defects])
These are my tables
Did you try this? Does it provide what you need?
COUNT([Related Liste dรฉfaut...])
In your Dรฉfauts table, consider whether you want your key column to be [ID Defect] rather than [Nom de dรฉfaut]. That would be more typical, but may not matter if the values in [Nom de dรฉfaut] are reliably unique.
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |