Hi,
I have a combobox displaying a list of years...2009, 2010, 2011, etc. I want to set the combobox's default value to year(now()) -1. i.e. 2009.
My options are to put some sort of expression in the combobox's default value property OR use VBA code.
Any suggestions on an expression or VBA code?
Thank you.
Jason.
I have a combobox displaying a list of years...2009, 2010, 2011, etc. I want to set the combobox's default value to year(now()) -1. i.e. 2009.
My options are to put some sort of expression in the combobox's default value property OR use VBA code.
Any suggestions on an expression or VBA code?
Thank you.
Jason.