B
Bill
I have a continuous form that lists members of a
class. The database includes two classifying T/F
flags indicating if a member is missing or deceased.
The RecordSource query is normally filtered such
that these two classes are excluded. However, I
have a command button that turns off the filter via
event code such that all members are listed. The
name fields have conditional formatting, with the
missing members shown in red and the deceased
show in blue.
It seems that all of a sudden the deceased members
lost their conditional formatting:
Expression is --- [Deceased]=True show in Blue
Expression is --- [Missing]=True show in Red
The "missing" members show in red, but the deceased
members remain black, as are the other names.
With no changes having been made to the conditional
specifications, what could cause the conditional
formatting to become essentially ignored?
Bill
class. The database includes two classifying T/F
flags indicating if a member is missing or deceased.
The RecordSource query is normally filtered such
that these two classes are excluded. However, I
have a command button that turns off the filter via
event code such that all members are listed. The
name fields have conditional formatting, with the
missing members shown in red and the deceased
show in blue.
It seems that all of a sudden the deceased members
lost their conditional formatting:
Expression is --- [Deceased]=True show in Blue
Expression is --- [Missing]=True show in Red
The "missing" members show in red, but the deceased
members remain black, as are the other names.
With no changes having been made to the conditional
specifications, what could cause the conditional
formatting to become essentially ignored?
Bill