populate listbox with psudo-information

G

Greenboy

i have a form with mulitple combo-boxes, that i use to populate a listbox
with 2 columns of information, i want to add a third column to the listbox.

in other words:
when i enter a value of greater than 75 but less than 100 it must populate
the third column with "competent", if the value is less than 75 it must
populate the listbox with "not competent".

it's been driving me nuts, i have no idea how to program in VB?
please could anyone thow some ideas around?
thanks.
 
D

Dennis

Do you know how to program at all (in any language)? The solution to this
DOES require some programming, and if you don't have at least SOME background
in it, you won't understand the solution.
 
Top