Hello,
This is my 1st post.
My table looks like following
Code Start_Date Finish_Date Duration
K108 12/4/2013 8:00:00 AM 2/3/2014 5:00:00 PM 8.8 wks
K108 12/4/2013 8:00:00 AM 2/3/2014 5:00:00 PM 8.8 wks
K108 12/4/2013 8:00:00 AM 2/3/2014 5:00:00 PM 8.8 wks
K109 2/6/2014 8:00:00 AM 3/5/2014 5:00:00 PM 4 wks
K109 2/6/2014 8:00:00 AM 3/5/2014 5:00:00 PM 4 wks
K109 2/6/2014 8:00:00 AM 3/5/2014 5:00:00 PM 4 wks
K109 1/2/2014 8:00:00 AM 2/5/2014 5:00:00 PM 5 wks
Now on my form which is based on the table, I need to have a start date and Finish date. For Code-K108, its pretty straight fwd. But for code-K109, I need to have the 'Start Date' as '1/2/2014 8:00:00 AM' and 'Finish Date' as '3/5/2014 5:00:00 PM'. Also the Duration field should be the weeks between ''1/2/2014 8:00:00 AM' and '3/5/2014 5:00:00 PM'. How can I do this? Please help.
This is my 1st post.
My table looks like following
Code Start_Date Finish_Date Duration
K108 12/4/2013 8:00:00 AM 2/3/2014 5:00:00 PM 8.8 wks
K108 12/4/2013 8:00:00 AM 2/3/2014 5:00:00 PM 8.8 wks
K108 12/4/2013 8:00:00 AM 2/3/2014 5:00:00 PM 8.8 wks
K109 2/6/2014 8:00:00 AM 3/5/2014 5:00:00 PM 4 wks
K109 2/6/2014 8:00:00 AM 3/5/2014 5:00:00 PM 4 wks
K109 2/6/2014 8:00:00 AM 3/5/2014 5:00:00 PM 4 wks
K109 1/2/2014 8:00:00 AM 2/5/2014 5:00:00 PM 5 wks
Now on my form which is based on the table, I need to have a start date and Finish date. For Code-K108, its pretty straight fwd. But for code-K109, I need to have the 'Start Date' as '1/2/2014 8:00:00 AM' and 'Finish Date' as '3/5/2014 5:00:00 PM'. Also the Duration field should be the weeks between ''1/2/2014 8:00:00 AM' and '3/5/2014 5:00:00 PM'. How can I do this? Please help.
Last edited by a moderator: