Greetings,
I'm wondering if it is possible to generate a recordset of sequential month/year values solely through code. I'd like to use this recordset as the row source for a combo box on a form. The only parameters for the recordset are:
1: "mmm yyyy" format
2: "yyyy" must be in the current year
3: the end result will be a String, probably via CSTR()
The easy solution for this would be to make a lookup table and store the values that I want listed; for kicks, though, I wanted to see if it were possible to do through code instead of making said lookup table.
Any ideas?
~Melagan
______
"It's never too late to become what you might have been.
I'm wondering if it is possible to generate a recordset of sequential month/year values solely through code. I'd like to use this recordset as the row source for a combo box on a form. The only parameters for the recordset are:
1: "mmm yyyy" format
2: "yyyy" must be in the current year
3: the end result will be a String, probably via CSTR()
The easy solution for this would be to make a lookup table and store the values that I want listed; for kicks, though, I wanted to see if it were possible to do through code instead of making said lookup table.
Any ideas?
~Melagan
______
"It's never too late to become what you might have been.