gojets1721
Registered User.
- Local time
- Today, 11:09
- Joined
- Jun 11, 2019
- Messages
- 430
I have a combo box which lists out all years going back to 2014. It's a value list with the row source of:
So when it turns 1/1/2024, I need to manually add "2024" as a value. Is there an automated way to do this instead? So that when it hits 1/1/2024, "2024" is automatically included as a value?
Code:
"2023";"2022";"2021";"2020";"2019";"2018";"2017";"2016";"2015";"2014"
So when it turns 1/1/2024, I need to manually add "2024" as a value. Is there an automated way to do this instead? So that when it hits 1/1/2024, "2024" is automatically included as a value?