Southsider
Registered User.
- Local time
- Today, 12:14
- Joined
- Oct 25, 2012
- Messages
- 19
I have a field that calculates the difference between two dates (formula below). It is outputting in numeric format (I looked at the table in design view). Whenever I add a criteria of <365 (to help eliminate bad data) the whole query returns a table with no information. Without any criteria in the field it works normally, but I am seeing some results of 4000 days difference and it's messing up my averages so I need to put a realistic cap on the output of this field.
Here's the formula used in this field:
Thanks for any help!
Here's the formula used in this field:
Code:
Days App to UW Receipt: IIf([CDF90 DATE- CREDIT RECEIVED BY UW]-[B_Inter_Date]<0,Null,[CDF90 DATE- CREDIT RECEIVED BY UW]-[B_Inter_Date])
Thanks for any help!