Thanks in advance for any help with this query. I'm getting syntax
errors and "too many arguments" errors.
What I'm trying to do is count the number of trucks only if the
TotalLoss is above $0.00:
Count(IIf(qryTr ucks.TotalLoss > 0),(qryTrucks.S erialNumber)) AS
CountOfTrucks,
errors and "too many arguments" errors.
What I'm trying to do is count the number of trucks only if the
TotalLoss is above $0.00:
Count(IIf(qryTr ucks.TotalLoss > 0),(qryTrucks.S erialNumber)) AS
CountOfTrucks,
Comment