G
Guest
Hi yawl.
ACCESS 2003.
what I want is when a person views all record in a form (tabular layout) I
am trying to give color coding to each textbox control depending on the value
inside the box.
I tried using conditional formating but it limits to only three conditions.
I wrote a VB code using RGB() but when all the records loads into the form
still the color does not change depending on value...lets say if the value of
a field is pink in one record its suppose to be in pink color.... and if
yellow is value for the secopnd record its suppose to be in yellow
color...and so forth....
I loaded the funcion in form onload function.... but still it really does
not load it with conditions in the code....any suggestions? or how can i
increase conditional formating default from max 3 to more. Or how can I
reference each row in a table so that i could use for each statement in
visual basic and then give conditions.
ACCESS 2003.
what I want is when a person views all record in a form (tabular layout) I
am trying to give color coding to each textbox control depending on the value
inside the box.
I tried using conditional formating but it limits to only three conditions.
I wrote a VB code using RGB() but when all the records loads into the form
still the color does not change depending on value...lets say if the value of
a field is pink in one record its suppose to be in pink color.... and if
yellow is value for the secopnd record its suppose to be in yellow
color...and so forth....
I loaded the funcion in form onload function.... but still it really does
not load it with conditions in the code....any suggestions? or how can i
increase conditional formating default from max 3 to more. Or how can I
reference each row in a table so that i could use for each statement in
visual basic and then give conditions.