G
Guest
I have a table:
ID Name Trade_Date Settle_Date Days
1 AA Company 20070905 20071005 ?
2 BB Company 20070905 20070910 ?
----------------------------------------------------------------------------------------
Question 1:
I need number of days between "Settle_Date" and "Trade_Date". So simply ,
how can i adjust the setting of "Settle_Date - Trade_Date".
(either using query or wizard)
----------------------------------------------------------------------------------------
Question 2:
Same question, but i have a holiday table. IF there's a holiday between
"Settle_Date" and "Deal_Date", that holiday should NOT be counted.
So i need a holiday Table, right ? How do i do it ? ^_^!
ID Name Trade_Date Settle_Date Days
1 AA Company 20070905 20071005 ?
2 BB Company 20070905 20070910 ?
----------------------------------------------------------------------------------------
Question 1:
I need number of days between "Settle_Date" and "Trade_Date". So simply ,
how can i adjust the setting of "Settle_Date - Trade_Date".
(either using query or wizard)
----------------------------------------------------------------------------------------
Question 2:
Same question, but i have a holiday table. IF there's a holiday between
"Settle_Date" and "Deal_Date", that holiday should NOT be counted.
So i need a holiday Table, right ? How do i do it ? ^_^!