mephinzero
New member
- Local time
- Yesterday, 19:04
- Joined
- May 30, 2012
- Messages
- 2
Hello, I need to create a query that would convert my data to the needed format:
Currently I have two date columns in the table which are Quarter ( "Q1","Q2","Q3","Q4") and Year ("2000","2001","2003"...).
I want a query that would convert these numbers into actual dates. I want every Q1 to be equal 3/31/****, every Q2 - 6/30/****, every Q3 - 9/30/****, and every Q4 - 12/31/**** .
And suggest me options on how to do it in the database please. Should I have another "Date" field in the same table in order for these dates to be inserted there? Or should it be something else.
Thanks in advance for the help
Currently I have two date columns in the table which are Quarter ( "Q1","Q2","Q3","Q4") and Year ("2000","2001","2003"...).
I want a query that would convert these numbers into actual dates. I want every Q1 to be equal 3/31/****, every Q2 - 6/30/****, every Q3 - 9/30/****, and every Q4 - 12/31/**** .
And suggest me options on how to do it in the database please. Should I have another "Date" field in the same table in order for these dates to be inserted there? Or should it be something else.
Thanks in advance for the help