Conditional Formatting Problem

C

CJ

I have a tabular subform within a form.

I have set up conditional formatting to disable certain controls in the
subform of each row depending on the value in the first field (i.e.
Condition Field1.text="Disable").

When I first open the form, everything looks fine. The correct fields are
disabled as I would expect. However, once I modify any of the enabled
fields (either programatically or manually), all of the previously disable
fields are enabled once again. It seems that I need to refresh the
conditional formatting once the record is dirty but I can't see what code
would accomplish this.

Any help is much appreciated.

Cory Elliott
Christeall
[email protected]
 
Top