I have a combobox that will display a list of years to choose. I am not even quite sure of the best way to fill it, but I tried doing it by values and from a table.
Either way, I am not getting it to populate with the current year, which I thought would be a simple
I can actually get a month box to populate the correct month using this same method above, but it ain't working for year.
Any suggestions? Thanks in advance!
Either way, I am not getting it to populate with the current year, which I thought would be a simple
Code:
Me.cmbYear.Value = Year(Date())
I can actually get a month box to populate the correct month using this same method above, but it ain't working for year.
Any suggestions? Thanks in advance!