T
todd ockert
I am building a database to track our to-do list. Part of
the formatting, is, different people have to use different
color fonts for their replies. I have about 7 people
useing this list on a day to day basis. I wrote VB code
that if person 1 entered data, the font is blue. This is
supposed to be keyed from another text box when they put
their initials there. It is not working though.
Here is the code I wrote.
If textbox.who = "ATC" then
fontcolor = blue
end if
If textbox.who = "AMCS" then
fontcolor = lt blue
end if
If textbox.who = "CAGMO" then
fontcolor = red
end if
The color in the item textbox is remaining black.
Any ideas on this issue?
Thanks
Todd
the formatting, is, different people have to use different
color fonts for their replies. I have about 7 people
useing this list on a day to day basis. I wrote VB code
that if person 1 entered data, the font is blue. This is
supposed to be keyed from another text box when they put
their initials there. It is not working though.
Here is the code I wrote.
If textbox.who = "ATC" then
fontcolor = blue
end if
If textbox.who = "AMCS" then
fontcolor = lt blue
end if
If textbox.who = "CAGMO" then
fontcolor = red
end if
The color in the item textbox is remaining black.
Any ideas on this issue?
Thanks
Todd