M
militarypcs
Hello, I have a problem with a database I'm working on. Okay, I'll try to
explain it:
I created a form and it has a drop down with default values of 0,1,2, or 3.
Depending on that value, it puts a value into another combo. ie 0=100%. Now
I have eight values (100%, 88.34%, etc) and what I'm having trouble with is
when I try to have all the values (100, 88.34, etc) entered into yet another
combo with the total of the scores divided by eight. So, Combo1 = 1,
therefore, Combo2 automatically puts in 88.23%. Combo3 takes the values of
Combo2 and divides them giving me a total percentage of all the scores. I
keep getting the Combo's to add together, but it's wrong. It will give me
something like 10088.34. It's adding the 100 and the 88.34 but not totaling
them, it's just putting one on the end of the other one. How can I get it
just to add the total scores and divide leaving me with the correct
percentage? Thanks, Jeff
explain it:
I created a form and it has a drop down with default values of 0,1,2, or 3.
Depending on that value, it puts a value into another combo. ie 0=100%. Now
I have eight values (100%, 88.34%, etc) and what I'm having trouble with is
when I try to have all the values (100, 88.34, etc) entered into yet another
combo with the total of the scores divided by eight. So, Combo1 = 1,
therefore, Combo2 automatically puts in 88.23%. Combo3 takes the values of
Combo2 and divides them giving me a total percentage of all the scores. I
keep getting the Combo's to add together, but it's wrong. It will give me
something like 10088.34. It's adding the 100 and the 88.34 but not totaling
them, it's just putting one on the end of the other one. How can I get it
just to add the total scores and divide leaving me with the correct
percentage? Thanks, Jeff