Hello,
I try to let a user give an answer on a rich-text item in a continous form, via a textbox on another form (that opens when a button on the first form is pushed)
I want that answer in a different color, without the help of the user.
The following lines give no errors, but only the html <\div> gives a CRLF, but the text color remains the same??
antw = "</div><p style='color=#BA1419'>" & Me!answer
Forms!form1!board = Forms!form1!board & antw
I try to let a user give an answer on a rich-text item in a continous form, via a textbox on another form (that opens when a button on the first form is pushed)
I want that answer in a different color, without the help of the user.
The following lines give no errors, but only the html <\div> gives a CRLF, but the text color remains the same??
antw = "</div><p style='color=#BA1419'>" & Me!answer
Forms!form1!board = Forms!form1!board & antw