Looking for some guidance on implementing a survey for inspections with this general workflow:
- Enter contact info, etc.
- Choose department from list.
- Based on dept chosen, choose facility doing inspections at.
- Based on facility chosen, list of assets presented to be inspected. Any number of assets may be inspected, but we want all assets presented so the inspector is aware of what should be inspected.
- Inspection questions are the same for each asset.
- Some post inspection questions.
- Signature/attest
From a database viewpoint, it makes most sense to me to have the main table and a related table with each inspection, like:
| Asset | Question 1 | Question 2 | Question 3 |
It appears that repeats are needed to work with related tables? If so, is it possible to pre-populate the repeat with the list of assets? And is it possible to display all the repeats one after another instead of with the <> navigation I see in all the examples?
Any advice or alternative approaches appreciated. Thanks