D
Dave
I need the difference between the below code and the current date. The
number of days since it was Invoiced.
Example; this would give on one of my records the following, but not
differernce between that amount of days and the current date.
-317
=([FTimeBillingSub].[Form]![Text39],0) ,This gives the number of days
since it was Invoiced
Maybe my original formula for Text39 is off;
It is ;
=IIf(Nz(DSum("BillAmt","TTimeBilling","TimeID=Forms!TimeCards!TimeID"),0)=Nz(DSum("Payment","TPaymentSub","TimeID=Forms!TimeCards!TimeID"),0),0,DateDiff("d",Date(),DMax("BillDate","TTimeBilling","TimeID=Forms!TimeCards!TimeID")))
number of days since it was Invoiced.
Example; this would give on one of my records the following, but not
differernce between that amount of days and the current date.
-317
=([FTimeBillingSub].[Form]![Text39],0) ,This gives the number of days
since it was Invoiced
Maybe my original formula for Text39 is off;
It is ;
=IIf(Nz(DSum("BillAmt","TTimeBilling","TimeID=Forms!TimeCards!TimeID"),0)=Nz(DSum("Payment","TPaymentSub","TimeID=Forms!TimeCards!TimeID"),0),0,DateDiff("d",Date(),DMax("BillDate","TTimeBilling","TimeID=Forms!TimeCards!TimeID")))