G
Guest
I've created a query (to create a report) that pulls a variety of
"descriptions" (construction types).
I'm using the following expression to count the number of times a particular
description is returned from a query. In this case, the description type is
"RENO":
=Sum(Abs([Description]="RENO"))
So far everything is working.... except, I have some descriptions that start
with the description type and then specify - for example:
RENO: ADD DOORWAY
RENO: BASEMENT
RENO: REMOVE WALL
When I use my expression,
=Sum(Abs([Description]="RENO"))
It doesn't acknowledge anything other than what is actually in the
expression... that is, it doesn't recognize that there are different "RENO"s.
Is there a wild card that I can use in my expression so that all of the
"RENO"s will be retrieved?
Hope this makes sense.
Any help would be greatly appreciated.
Thanks.
Barkaroo.
"descriptions" (construction types).
I'm using the following expression to count the number of times a particular
description is returned from a query. In this case, the description type is
"RENO":
=Sum(Abs([Description]="RENO"))
So far everything is working.... except, I have some descriptions that start
with the description type and then specify - for example:
RENO: ADD DOORWAY
RENO: BASEMENT
RENO: REMOVE WALL
When I use my expression,
=Sum(Abs([Description]="RENO"))
It doesn't acknowledge anything other than what is actually in the
expression... that is, it doesn't recognize that there are different "RENO"s.
Is there a wild card that I can use in my expression so that all of the
"RENO"s will be retrieved?
Hope this makes sense.
Any help would be greatly appreciated.
Thanks.
Barkaroo.