![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
DateLookedAt |
#3
| |||
| |||
|
|
A simple query will do it. The first 2 columns are just the date fields as is. the third column is: dif: DateDiff("d",CDate([dtest]![DateLookedAt]),CDate([dtest]![DateResolved])) The table name in my case is dtest. You need to put your table name in there. This is more complex because the dates are text. Thats why you need the CDate. This give answer in days. if you use "h" you get it in hours. Good Luck Ira Solomon On 17 Feb 2004 11:47:40 -0800, goatsupreme (AT) hotmail (DOT) com (Simon Bailey) wrote: |
![]() |
| Thread Tools | |
| Display Modes | |
| |