I want to change the background colour for all or some fields in a record when that record is selected.
The record is selected by checking a checkbox, when the check box is selected I would like the appropriate fields highlighted, if de-selected I would like those fields un-highlighted.
At present I am using 2 text boxes on top of eachother, one with red text the other with black and =IIf([chosen_Op]=True,[Details],""
in the control source of the top text box - the red one, Details is the bottom text box. However I am not able to click in the text box to enter text - have to tab to it - and it flickers after each new entry.
There must be a better way!! - does anyone have any ideas??
Thanks
The record is selected by checking a checkbox, when the check box is selected I would like the appropriate fields highlighted, if de-selected I would like those fields un-highlighted.
At present I am using 2 text boxes on top of eachother, one with red text the other with black and =IIf([chosen_Op]=True,[Details],""
There must be a better way!! - does anyone have any ideas??
Thanks