|
D
|
dlangham 11/1/2007 |
|
You could use DATEDIFF('d',yourstartdatefield,yourenddatefield)in your sql query, this is for calculating days between 2 dates. |
|
|
K
|
KingDean author 11/2/2007 |
|
DATEDIFF('d',yourstartdatefield,yourenddatefield) |
|
|
D
|
dlangham 11/2/2007 |
|
You can place it in either, but you will have to name the field, something along the lines of: DATEDIFF('d',yourstartdatefield,yourenddatefield) as [Calculated_Dates]
|
|
|
D
|
dunga 5/22/2008 |
|
thank you Dale, it was perfect. |
|