Is there a way to only count working days using DateDiff
Cha wrote:
Thanks douglas worked like a charm!
16-Nov-07
Thanks douglas worked like a charm
-
Newbies need extra loven........
:
Previous Posts In This Thread:
Count days overdue formula help
Hello I have a text box "txtPeriodTo" that has a date in it. I want to add
text box or label next to it that wiil count the days starting from th
txtPeriodTo to the current day and show it in my la
Re: Count days overdue formula help
Look in Help for DateDiff()
HT
-
-Larry
-
to add
th
next t
acomplish
I want to add a text box next to it and have it appear when its past the date
I want to add a text box next to it and have it appear when its past th
date and count the days that has gone past. I put this code in the text box'
control source next to the one that shows the dat
=IIf(DateDiff("d",[txtPeriodEndDate],Date()) > 0,
=IIf(DateDiff("d",[txtPeriodEndDate],Date()) > 0
Format(DateDiff("d",[txtPeriodEndDate],Date()),"0") & " Days Past Due"
Null
-
Doug Steele, Microsoft Access MV
http://I.Am/DougSteel
(no e-mail
Thanks douglas worked like a charm!
Thanks douglas worked like a charm
-
Newbies need extra loven........
:
EggHeadCafe - Software Developer Portal of Choice
SQL Server 2005 Paging Performance Tip
http://www.eggheadcafe.com/tutorial...8-b6ea5c39aa73/sql-server-2005-paging-pe.aspx