Hello,
How do I write this so the fill color change applies to all rows that are repeated? Right now, it is only changing the first row.
if(Subform1.Amend.rawValue=="1" && this.rawValue!=null)
{
HiddenMultiSub.Subform8.B2.fillcolor = "255, 255, 255";
}
Thank you!