if you have answer that are incorrect and correct hoq do you change the outcome for the incorrect answer to display red
changing colour
Collapse
X
-
Hi there,Originally posted by amie857if you have answer that are incorrect and correct hoq do you change the outcome for the incorrect answer to display red
Please make you question simple & clear as it would ease in providing solution in return. Hope you understand now. Change the the answer to red in where? Label? Textbox? Take care. -
Well I don't really know what you mean by anwser....Originally posted by amie857i have got an answer sheet with the answers and if they are correct or incorrect and i need to display the incorrect answers to red and the correct answers to blue
But If your answer checking system is something like:
if textbox1.text = textbox2.text then
msgbox("answer correct")
else
msgobox("answer incorrect")
TextBox2.ForeCo lor = (vbRed)
end if
or you can replace the "vbred" for the colour code.
You need to explain more what you mean though!Comment
Comment