C
campbellbrian2001
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(qryTrucks.TotalLoss > 0),(qryTrucks.SerialNumber)) 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(qryTrucks.TotalLoss > 0),(qryTrucks.SerialNumber)) AS
CountOfTrucks,