I am using SaaS to build an Risk Assessment application.
I have a ‘master hazards’ table…. Each record has a default risk field.
I have another Risk Assessment table… I have a form to append to Risk Assessment table… the form has a ‘choice’ control used to pick hazards from the master hazards table (single selection). So far, so good.
But… I would love to append other default values read from the selected master hazards record, i.e. the default risk value, and use that to pre-populate a risk field in the Risk Assessment table. I don’t want to use a link/lookup, as this will fix the value… just looking to default.
Is this doable?
Thanks in advance