Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a date field, from that i can derive Month Name. How to put MonthID ?
Please help.
Hi,
Maybe you can try:
Num(Month(Date))
Cheers.
You can use simply
Month(DateField) as Month
And
MonthID
Num(Month(DateField)) as MonthID