G
Guest
If select Days Elapsed over 20 days by adding >20 as criterion for the field
below.
DaysElapsed: DateDiff("y", [OrderDate], [ShippedDate])
Access will ignore the condition >20, still display all records.
If use WorkingDays ( ) function, Access through out error:†data type
mismatch in criteria expressionâ€, although the function DOES return “Integerâ€
below.
DaysElapsed: DateDiff("y", [OrderDate], [ShippedDate])
Access will ignore the condition >20, still display all records.
If use WorkingDays ( ) function, Access through out error:†data type
mismatch in criteria expressionâ€, although the function DOES return “Integerâ€