I’ve given up despite many hours of searching and trying different things (noob alert)
structure
table 1 work orders table view (filtered by open only) works lovely
table 2 inspection form view of Inspection records table works lovely add/edit records as wanted
Now when you click the work order row it opens to show you the row in full, I have an action button there that I would like to to show me all records from the inspection records table where the specific location of work order table clicked row matches inspection records table.
using LinktoView I get the closest but always blank using [_Row].[Specific Location] but if I swap this part for “example of specific location” it works!?
Parent table key is “Specific location” child table also has “specific location” as ref to parent
somebody please put me out of my misery. Please please please