Jan 26, 2003 #1 desmur MIS Dec 16, 2002 26 US I need a query that will count the number of days when giving a beginning date and an ending date. What can I do.
I need a query that will count the number of days when giving a beginning date and an ending date. What can I do.
Jan 26, 2003 1 #2 scriverb Programmer May 17, 2002 4,485 US Use the DateDiff function: DateDiff("d", YourBeginDate, YourEndDate ) See ACCESS Help for a complete explaination. Bob Scriver Upvote 0 Downvote
Use the DateDiff function: DateDiff("d", YourBeginDate, YourEndDate ) See ACCESS Help for a complete explaination. Bob Scriver
Jan 26, 2003 #3 MichaelRed Programmer Dec 22, 1999 8,410 US in many/most instances, it is the number of WORKING days which are desired. see faq181-261 for that soloution MichaelRed m.red@att.net Searching for employment in all the wrong places Upvote 0 Downvote
in many/most instances, it is the number of WORKING days which are desired. see faq181-261 for that soloution MichaelRed m.red@att.net Searching for employment in all the wrong places