Hi,
I want to create a combo box control on my form where users can select which month/year they're making a payment for.
I could of course create a table and type it in manually but that isn't very practical because I'd have to keep updating it.
Is there an easier way to do this? I will have to store the Month/Year data into a table though.
Thanks.