S
siLver
Hi,
I'm using Access 2000 trying to do some vba here.
Had no idea how izit possible to assign these values into a combo box.
I have a table with 2 fields that contains (1) Start_Year (2) End_Year both
contain integer.
So i have a query which select these 2 values out.
I will have to use a loop (or some thing) to get the numbers from the
<Start_Year> to <End_Year>.
Then I need to pop all these values into a combo box with one column, that
contains all the values starting from <Start_Year> to <End_Year>.
How do I programme it??
Izit with the Form_Load()? As once the user open the form, the combobox
should already contain values ready for selection.
Or Combo_BeforeUpdate()?
Can someone please help me!!
Thanx a Million...
RegarDx...
I'm using Access 2000 trying to do some vba here.
Had no idea how izit possible to assign these values into a combo box.
I have a table with 2 fields that contains (1) Start_Year (2) End_Year both
contain integer.
So i have a query which select these 2 values out.
I will have to use a loop (or some thing) to get the numbers from the
<Start_Year> to <End_Year>.
Then I need to pop all these values into a combo box with one column, that
contains all the values starting from <Start_Year> to <End_Year>.
How do I programme it??
Izit with the Form_Load()? As once the user open the form, the combobox
should already contain values ready for selection.
Or Combo_BeforeUpdate()?
Can someone please help me!!
Thanx a Million...
RegarDx...