I am not sure where to even start with this so here is the situation...
I have to return the corresponding quarter information depending on a user entered start date parameter. So if a user picks a start date of 3-13-2002 I would like to return a value of Quarter 3.
Quarter 1 2002-10-08
Quarter 2 2002-01-03
Quarter 3 2002-03-12
Quarter 4 2002-05-24
I would like to use this a part of the record selection process and not have to ask the user to specify an end date range, just the start date.
Is this possible?
TIA
Dave
I have to return the corresponding quarter information depending on a user entered start date parameter. So if a user picks a start date of 3-13-2002 I would like to return a value of Quarter 3.
Quarter 1 2002-10-08
Quarter 2 2002-01-03
Quarter 3 2002-03-12
Quarter 4 2002-05-24
I would like to use this a part of the record selection process and not have to ask the user to specify an end date range, just the start date.
Is this possible?
TIA
Dave