Mar 14, 2002 #1 ducky62 Programmer Jul 10, 2001 24 CA i have a record set of 12 dates and I want to sum these and store it in another field is there a command like sum([date]) that I can use thx
i have a record set of 12 dates and I want to sum these and store it in another field is there a command like sum([date]) that I can use thx
Mar 14, 2002 #2 Andel Programmer Feb 15, 2001 366 US I'm guessing you need a DATEADD instead of SUM. What result are you expecting? Andel andel@barroga.net http://andyb.8m.com Upvote 0 Downvote
I'm guessing you need a DATEADD instead of SUM. What result are you expecting? Andel andel@barroga.net http://andyb.8m.com
Mar 14, 2002 #3 Andel Programmer Feb 15, 2001 366 US I'm guessing you need a DATEADD or DATEDIFF instead of SUM. What result are you expecting? Andel andel@barroga.net http://andyb.8m.com Upvote 0 Downvote
I'm guessing you need a DATEADD or DATEDIFF instead of SUM. What result are you expecting? Andel andel@barroga.net http://andyb.8m.com