ThaiByThai
Registered User.
- Local time
- Today, 13:57
- Joined
- Aug 12, 2009
- Messages
- 21
Hello -
I have a query appending to a table called tblCompDate
In the query I would like my tblCompDate to show me a column called Date_Report and in the Date_Report column I would like it to use Completion_date PLUS 10years THEN minus 6Months to be the output of the date.
so for example :
completetion_date is 2/1/2002 add 10yrs to that date THEN minus 6months from that date.
So
Complettion_date = 2/1/2002
10Yrs_date = 2/1/2012
Minus 6month = FINAL date= 7/1/2012
I have a query appending to a table called tblCompDate
In the query I would like my tblCompDate to show me a column called Date_Report and in the Date_Report column I would like it to use Completion_date PLUS 10years THEN minus 6Months to be the output of the date.
so for example :
completetion_date is 2/1/2002 add 10yrs to that date THEN minus 6months from that date.
So
Complettion_date = 2/1/2002
10Yrs_date = 2/1/2012
Minus 6month = FINAL date= 7/1/2012