Hi,
Could you please help me with my problem.
I just want to determine the month quarter if:
1. if month today is equals to 'January' or 'February' or 'March' then textbox1.value = "1"
2. if month today is equals to 'April' or 'May' or 'June' then textbox1.value = "2"
3. if month today is equals to 'July' or 'August' or 'September' then textbox1.value = "3"
4. if month today is equals to 'October' or 'November' or 'December' then textbox1.value = "4"
Thank you advance!
Bookmarks