Avatar

Correct answer by
Level 5

Hi,

Assuming the checkbox is placed in a cell of the table directly ( not in a subform) then you should be able to call this when you want to change the colour.

this.parent.fillColor = "255.0.0";

Hope this helps

Malcolm

View solution in original post