Quote:
Originally posted by Rocks
Hi all,
Need some help/advice on the following issue pls.
I would like to populate a combo box with value of the months.
I want the box to be populated with the month of September and October, and for the box to add the current month in automatically. i.e if I ran the app in December I would want all months from September to December to be populated in the box.
Any ideas please.
You need to use the Now() and DateDiff Functions in conjunction with the Format() Function: