Is there a way to do this:
=Iif([field]=OR("x","y","z"),true statement, false statement)
with the result of a text field being 12 possible options, and there are 4 equipment types possible to be listed in the 12 total. if the equipment is of type 1 (option 1,2,3,4) then do one thing, if the equipment is of type 2 (option 5,6,7), do another etc.
I could probably do this with an incredibly long, involved series of if statements, one for each of the 12 possible pieces of equipment, but I'd like to keep this as simple as possible.
=Iif([field]=OR("x","y","z"),true statement, false statement)
with the result of a text field being 12 possible options, and there are 4 equipment types possible to be listed in the 12 total. if the equipment is of type 1 (option 1,2,3,4) then do one thing, if the equipment is of type 2 (option 5,6,7), do another etc.
I could probably do this with an incredibly long, involved series of if statements, one for each of the 12 possible pieces of equipment, but I'd like to keep this as simple as possible.