Hi ,
I want to load a combo box with the names of all months in a year. I want to do it using MS SQL Server query. I used
SELECT DATENAME(month, getdate() AS ‘Month Name’
this only returns the current month’s name. I want the names of all months in a year. pls help
thanks in advance