vb Code:
ComboBox1. Text = Date . Now . Year For i As Integer = 0 To 9 ComboBox1. Items . Add ( Date . Now . Year + i ) Next
Yah, you could put that one in the form_load event. Or if you have a sub which loads your forms data, you could put it in there.


![[RESOLVED] Populate ComboBox From Access Tables?](/images/thp_r1581.gif)
