Hi. i am trying to change the background color of a field of a form depending on its value. the macro ia always use for the grid does not work for forms.
i understand can be accomplished with javascipt but i know nothing about it.
i need somethnig like this:
if ({my_field} == “yes”) {
//the my_field background becomes red
}
else {
//the my_field background becomes green
}
it is ok for me in the onload event.
Thank you