ForAll(
ForAll(Split(Concatenate(
If(chkboxBPA.Value, chkboxBPA.Text & ",", ""),
If(chkboxCPAF.Value, chkboxCPAF.Text & ",", ""),
If(chkboxCPFF.Value, chkboxCPFF.Text & ",", ""),
If('chkboxCPFF-C'.Value, 'chkboxCPFF-C'.Text & ",", ""),
If('chkboxCPFF-C'.Value, 'chkboxCPFF-T'.Text & ",", ""),
If(chkboxFFP.Value, chkboxFFP.Text & ",", ""),
If(chkboxHybrid.Value, chkboxHybrid.Text & ",", ""),
If(Label8.Text, Label8.Text & ",", ""),
If(chkboxIDIQ.Value, chkboxIDIQ.Text & ",", ""),
If(chkboxLH.Value, chkboxLH.Text & ",", ""),
If(chkboxTM.Value, chkboxTM.Text & ",", "")
),
","
), {Result: ThisRecord.Value}),
{Value:Result}
)