G
Guest
hi all
My form, frmDivStats, has an unbound combo called cbxDiv. The form's record
source is qryDivStats. One of the fields in the query is DivCount.
As a new coder, I can't quite get the following to work. I want the combo's
row source to be a list of two columns where, if DivCount = 4 for example,
the combo's list would be:
1 Division 1
2 Division 2
3 Division 3
4 Division 4
(always in ascending order from 1 to DivCount)
thank you in advance
My form, frmDivStats, has an unbound combo called cbxDiv. The form's record
source is qryDivStats. One of the fields in the query is DivCount.
As a new coder, I can't quite get the following to work. I want the combo's
row source to be a list of two columns where, if DivCount = 4 for example,
the combo's list would be:
1 Division 1
2 Division 2
3 Division 3
4 Division 4
(always in ascending order from 1 to DivCount)
thank you in advance