I have a field-"group"(which is letters A,B...I,J),two other
fields are Name and Number,Name is a keyfield and one name will always have the same letter. The number range from 1 to 50 and a number is given to a name. Now there could be
7 or more of any one group(7 names with group A,B,C..etc)
Now here's what i need to do, example I have a number total=150...what i want to know is what combinations of the
groups can I have that equals 150 but excludes Letters higher than G..........150=A+B+C+D+E+F+G,(Alan,20,-Bill,30-
Charles,20-Dave,20-Ed,27-Greg,33)=150 how do i write the
code for that problem and what would be best to use a form
report or query?
fields are Name and Number,Name is a keyfield and one name will always have the same letter. The number range from 1 to 50 and a number is given to a name. Now there could be
7 or more of any one group(7 names with group A,B,C..etc)
Now here's what i need to do, example I have a number total=150...what i want to know is what combinations of the
groups can I have that equals 150 but excludes Letters higher than G..........150=A+B+C+D+E+F+G,(Alan,20,-Bill,30-
Charles,20-Dave,20-Ed,27-Greg,33)=150 how do i write the
code for that problem and what would be best to use a form
report or query?