I have 2 fields in a record. the first 2 characters of the fields should be the same if they are not, I wouild like to make the text red so it stands out. Example:
R1-core\bjones is in the LANDID field
R1-core_-_Group is in the Group name field.
This would be fine becuase "R1" is the same on both fields
R1-core\bjones is in the LANDID field
R2-core_-_Group is in the Group name field.
This would be incorrect becuase they both have to begin with "R1" The LANID field will always be correct and the "Group Name" field would contain any mistakes.
This is also a subform if it matters