TABLE OF ABILITIES WITH RATINGS

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

Guest

How do I have a list of football player abilities (i.e. speed, ball handling,
blocking, passing, catching, etc) and then have a list of rankings for these
abilities (i.e. 1=poor, 2=below avg, 3=avg, 4=above avg, 5=excellent) that
stays associated with each ability I choose?

For example, when I put in my form a combo box that shows a drop down of
each of the abilities to choose from and then a separate combo box next to
this that shows a drop down of each of the rankings for the abilities I want
to be able to choose an ability, say 'blocking' and then give the player a
ranking, say '2.' Then, I have the next combo box that I want to choose the
next ability to rank the player on...

When I choose an ability in the form it automatically puts this SAME ability
in ALL the combo boxes I listed on the form and then I give a ranking for the
first combo box and it changes all the ranking combo boxes to show the same
ranking as the first.

How am I supposed to accomplish this?
 
From what you're describing, your combo boxes aren't bound to anything.
Unbound controls will display the same value in each instance of the
control.
 
Back
Top