S
StephanieH
I want to add a field to my query that displays "Approved" if the [Note]
field contains certain verbiage and "Review" for anything else.
IIf([Note] Like "*Cost*","Approved","Review") works except that I want to
add several more conditions. I thought about setting up a second table that
would list the approved verbiage in an Approved field. Is it possible to
change the "*Cost*" part above to point to a field in another table. To have
it display "Approved" anytime a word in the other table's Approved field is
found within the field [Note]?
field contains certain verbiage and "Review" for anything else.
IIf([Note] Like "*Cost*","Approved","Review") works except that I want to
add several more conditions. I thought about setting up a second table that
would list the approved verbiage in an Approved field. Is it possible to
change the "*Cost*" part above to point to a field in another table. To have
it display "Approved" anytime a word in the other table's Approved field is
found within the field [Note]?