N
Nina
Hey Guys,
I want to state the name of the forthcoming month at the top of a report. At present i have
SELECT (Month(Date())) AS Expr1
which gives me the right month in numerical format...... but rather than display a 5 i want to show 'May'.
Is this possible with minimal hassle and not going round the houses to get there??
Thanks
I want to state the name of the forthcoming month at the top of a report. At present i have
SELECT (Month(Date())) AS Expr1
which gives me the right month in numerical format...... but rather than display a 5 i want to show 'May'.
Is this possible with minimal hassle and not going round the houses to get there??
Thanks