G
Guest
I have a combo box on a form, I want it to list the maximum number of marks
allowed for a task. So in tbltask table I have set the following:
Task Name Max Mark
Task1 3
Task2 10
So on a form will have the task1 and task2 listed on the it and I want the
combo box next to the task to list all of the marks up to and including the
maximum mark:
e.g.
Student Name Task Mark (Combo box would list the following numbers)
a Task1 1,2,3
b Task2 1,2,3,4,5,6,7,8,9,10
c Task1 1,2,3
allowed for a task. So in tbltask table I have set the following:
Task Name Max Mark
Task1 3
Task2 10
So on a form will have the task1 and task2 listed on the it and I want the
combo box next to the task to list all of the marks up to and including the
maximum mark:
e.g.
Student Name Task Mark (Combo box would list the following numbers)
a Task1 1,2,3
b Task2 1,2,3,4,5,6,7,8,9,10
c Task1 1,2,3