M Mary Lou Feb 4, 2004 #1 I am trying to use 2 date and calculate days between. This is a example 12/1/03 - 12/15/03 = 14
D Dan Artuso Feb 4, 2004 #2 HI, Have you looked at the DateDiff function? ?DateDiff("d","12/1/03","12/15/03") 14