
Originally Posted by
ketbdnetbp
kyleeb -
If the results (which button was clicked) are stored in a textbox control, you should be able to use conditional formatting. Right click on the textbox while in design view, then select conditional formatting, under condition 1, select "expression is", put: IsNull([NameofTextboxcontrol])= True, next choose the paint/fill icon and select color. Repeat for each control. Save and test.
If the results are not being stored in a textbox, post back with where/how the results are being stored.
Hope this gets you started,
Jim