T
Tom
I use a query expression that calculates the following:
Total: CDbl(Nz([X] * 0.6 + [Y] * 0.4, 0))
This query is then linked to a form. The records in the form are shown in
"Datasheet view" and are sorted by the "Total" field.
I want to apply conditional formatting for the "Total" field and show where
consecutive values are equal.
For instance:
Name Field X Field Y Total
Tom 50 5 32.0
Helen 20 10 16.0
John 24 4 16.0
Kathy 12 9 10.8
Don 14 3 9.6
Again, in the form, I now want to highlight "16" for the record of "Helen"
and "John".
Does anyone know how to approach this?
Thank you,
Tom
Total: CDbl(Nz([X] * 0.6 + [Y] * 0.4, 0))
This query is then linked to a form. The records in the form are shown in
"Datasheet view" and are sorted by the "Total" field.
I want to apply conditional formatting for the "Total" field and show where
consecutive values are equal.
For instance:
Name Field X Field Y Total
Tom 50 5 32.0
Helen 20 10 16.0
John 24 4 16.0
Kathy 12 9 10.8
Don 14 3 9.6
Again, in the form, I now want to highlight "16" for the record of "Helen"
and "John".
Does anyone know how to approach this?
Thank you,
Tom