T
tjproferes
Access Guru's...
I have a table with a field titled "Courtesy". Subjects are rated on a scale
of either 5, 3, or 0.
These entries are input into the field.
In a report that lists all entries in this field, I need to count the entries
that are 3 and 0 only.
I have most recently tried:
=Sum(IIf([courtesy] = "3",1,0))
as a test but this gives back an data mismatch error.
I have also tried other count statements but non can give me a count based on
the criteria.
Any suggestions that you could provide would be great,
Thanx
TJP
I have a table with a field titled "Courtesy". Subjects are rated on a scale
of either 5, 3, or 0.
These entries are input into the field.
In a report that lists all entries in this field, I need to count the entries
that are 3 and 0 only.
I have most recently tried:
=Sum(IIf([courtesy] = "3",1,0))
as a test but this gives back an data mismatch error.
I have also tried other count statements but non can give me a count based on
the criteria.
Any suggestions that you could provide would be great,
Thanx
TJP