Yes, that's what I thought but, being a complete beginner, I couldn't put together a script that did the job! I tried to write it so that, if "dye" was selected on one line, it generated the next line with "dyeing service" in the "style" field.
I had a script trigger on modification of the field "dye_or_taken" and after hours of tinkering with it my best effort at a script was:
If [line::taken_dye = "Dye]
Go to Portal Row [select; Next]
Set Field [line::style["Dye Service"]]
End If
If you can point out my error(s) I'd be only too pleased. If not, I'll play around with the demo kindly donated above.
Thank you