In a scoring form I have two combos,
- Category, which has a list of all categories that companies have entered
- Company, which gives the companies in the selected category
For each category there are a number of judges who score the company against 7 criteria.
The scoring subform shows the selected Category and Company and allows entry of the scores. The form's query source has fields Category, Company, Judge, Score 1, Score 2, Score 3, Score 4, Score 5, Score 6, Score 7, with criteria for the Category/Company in the main form.
In using the form I pick a Category, it shows me the Companies so I can select one. The subform allows entry of scores for the first Judge; then I use the record navigator to move to the page for the next judge and enter the new scores.
All works fine.
To improve the user interface I'd like
- after entering Score 7, to advance to the next record, ie next judge if any remain in this category
- after the last judge don't show a new blank form with no judge name but move focus to the Category combo and wait for the next Category/Company selection.
- Category, which has a list of all categories that companies have entered
- Company, which gives the companies in the selected category
For each category there are a number of judges who score the company against 7 criteria.
The scoring subform shows the selected Category and Company and allows entry of the scores. The form's query source has fields Category, Company, Judge, Score 1, Score 2, Score 3, Score 4, Score 5, Score 6, Score 7, with criteria for the Category/Company in the main form.
In using the form I pick a Category, it shows me the Companies so I can select one. The subform allows entry of scores for the first Judge; then I use the record navigator to move to the page for the next judge and enter the new scores.
All works fine.
To improve the user interface I'd like
- after entering Score 7, to advance to the next record, ie next judge if any remain in this category
- after the last judge don't show a new blank form with no judge name but move focus to the Category combo and wait for the next Category/Company selection.