D
dimpie
Can a font color be changed in the table depending on a condition.
For Eg,
If a table had numeric field, i could write a update query to identify the
results i would like to change the font color for. But how can i change the
font color.
IIF(FIELD1 > 30, change font color to red)
I can do this is the form too. But there is this one weird scenario that i
need this for.
Please help! Thanks
For Eg,
If a table had numeric field, i could write a update query to identify the
results i would like to change the font color for. But how can i change the
font color.
IIF(FIELD1 > 30, change font color to red)
I can do this is the form too. But there is this one weird scenario that i
need this for.
Please help! Thanks