S
skk
I have query with "Tot Count", "Tot Yes", "Tot No" and depending on count of
"Y" or "N" I would like to color code this made up field (give value Green,
Yellow, Red).
the logic to give a value is:
If ("Tot Yes" = "Tot Count") = Green
If (("Tot Yes" > "Tot No") = Yellow) & (Tot NO <> 0)
If (("Tot No" > "Tot Yes") = Red) or & (Tot NO <> 0)
Is there a way I can have those three conditions & give a value to either in
query or report? Or any other suggestion will be appreciated. Thanks
"Y" or "N" I would like to color code this made up field (give value Green,
Yellow, Red).
the logic to give a value is:
If ("Tot Yes" = "Tot Count") = Green
If (("Tot Yes" > "Tot No") = Yellow) & (Tot NO <> 0)
If (("Tot No" > "Tot Yes") = Red) or & (Tot NO <> 0)
Is there a way I can have those three conditions & give a value to either in
query or report? Or any other suggestion will be appreciated. Thanks