I am trying to highlight a field [town] (or the whole row) of a report.
I want the user to be able to select which town is to be highlighted from a form combo box, and then base the conditional formatting on the results of the combo box, right before they would select the print command button, each and every time they run the report.
I must be way off on trying to figure out the CF expression, (I tried [Forms]![Main Menu]![Combo 24].column(2)) or this is just not the way to do this. Maybe I am properly storing the temporary data(town to be highlighted).
Thanks for any input
I want the user to be able to select which town is to be highlighted from a form combo box, and then base the conditional formatting on the results of the combo box, right before they would select the print command button, each and every time they run the report.
I must be way off on trying to figure out the CF expression, (I tried [Forms]![Main Menu]![Combo 24].column(2)) or this is just not the way to do this. Maybe I am properly storing the temporary data(town to be highlighted).
Thanks for any input