Mar 13, 2006 #1 8177 Programmer Aug 6, 2003 25 GB Hi Guys Does anybody have a idea how i can calculate the number of working days between two dates in a query
Hi Guys Does anybody have a idea how i can calculate the number of working days between two dates in a query
Mar 13, 2006 1 #2 lespaul Programmer Feb 4, 2002 7,083 US quick check of the FAQ area of this access forum found this one: FAQ181-261 I know there are several other techniques in the other Access fora FAQ areas, try: Forum701 Forum700 Leslie Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual Essential reading for anyone working with databases: The Fundamentals of Relational Database Design Upvote 0 Downvote
quick check of the FAQ area of this access forum found this one: FAQ181-261 I know there are several other techniques in the other Access fora FAQ areas, try: Forum701 Forum700 Leslie Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual Essential reading for anyone working with databases: The Fundamentals of Relational Database Design
Mar 13, 2006 Thread starter #3 8177 Programmer Aug 6, 2003 25 GB Thanks lespaul faq181-261 works a treat many thanks for your help Upvote 0 Downvote
Mar 13, 2006 #4 mp9 Programmer Sep 27, 2002 1,379 GB For later versions of Access try DateDiff, e.g. DateDiff("w", StartDate, EndDate) For older version of Access try the function at http://www22.brinkster.com/accessory/modules/003.shtml Upvote 0 Downvote
For later versions of Access try DateDiff, e.g. DateDiff("w", StartDate, EndDate) For older version of Access try the function at http://www22.brinkster.com/accessory/modules/003.shtml
Mar 13, 2006 #5 PHV MIS Nov 8, 2002 53,708 FR Have a look here: http://support.microsoft.com/?kbid=288194 Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Have a look here: http://support.microsoft.com/?kbid=288194 Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Mar 13, 2006 #6 leslie746 MIS May 31, 2004 28 GB Hi 8177, You might try the following thread: 181-416139. It works beautifully for me. Good Luck Upvote 0 Downvote