selective text colour

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have an updates textbox that puts out any changes that have occured on the
form but i want to highlight in red the actual change. if that makes sense.

MyForm!updates = MyForm!updates & Chr(13) & Chr(10) & C.Name & "==Previous
Value was " & MyArray(x)

i need the MyArray to be in Red? any ideas
 
Back
Top