hi all
i know the COUNTIFS function doesnt exist in access, but what would be the alternative.
i have a excel formula to lookup two criterias within 14 day period
what would the access alternative be
i know the COUNTIFS function doesnt exist in access, but what would be the alternative.
i have a excel formula to lookup two criterias within 14 day period
Code:
=COUNTIFS([V At Fault],C2,[Sub System],O2,[Date],"<="&A2,[Date],">="&A2-14)
what would the access alternative be