I have a new repair business. I have two tables related to this question:
One contains People, some of whom own items that they want repaired. The table includes contact info and the repairs they have submitted; the latter is a linked record field.
The other contains Repairs, linking back to the item owners, providing all the details of the repair need, and indicating the current status in the repair process.
I want to include a field in People showing Active Repairs, which are those that match certain statuses representing "incomplete." I've created this as a Lookup field and tried setting the source field a few different ways:
- If I set Repair Request, which is a formula field, I end up with an array of text items matching the names of the Repairs that are not clickable to link to those Repair records.
- If I set Repair ID, which is an autonumber field, I end up with an array of text items matching the Repair ID numbers that are equally not clickable to link to those Repair records.
- If I set Item Name, which links to another table, I end up with an array of items that link to the Item Name records rather than the Repair records.
Is there any way to set up a field on the People table that dynamically updates as the status of an associated Repair changes and links to Repair records that match the acceptable statuses?