Hi
There are many way to do this
You can either add a second column to the combo and next to each month put
the number - Jan = 1, Feb = 2, Mar = 3, etc. Then sort the combo by this
Or
Create the combo from a date field and set the combo's format to mmmm yyyy
Or
Create a table called month add an ID field (auto number) and then insert
the months in order Jan, Feb, Mar etc. Then base your combo on this
Ect,
Etc
You need to have the combo
--
Wayne
"Chey" wrote:
> Hello,
> I have a combo box with a list of the month and year in it. This is a text
> field. So I don't know if this will work.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10192
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10192
> I would like it to go to the current month and year. I have tried turning
> this field into a Date field and have not been sucessful. I hope you can
> still help.
> Thanks
> Chey