Hi,

I have a textbox and i just want to display on it the Current Quarter. So:

Here's the breakdown:

January-February-March = Q1
April-May-June = Q2
July-August-September = Q3
October-November-December = Q4

So if today is 'April' then textbox1 should be 'Q2' and so on and so forth.

Thanks in advance!