I have a table that contains a table reference and a field no. So, it would store a reference to the Item table and the field number of the Description field. What I want to do is make the Item Card present the Description field in Red if it appears in this table. Is this possible?
Yes you can do this. You must write a piece of code in onafterformat trigger of the description control. IF Found THEN Currform.description.UPDATEFORECOLOR(255);