I need to setup a procedure that will analyze several factors and depending on the combination will execute certain commands. The number of different options will be up to 24. I know how to do it by nesting if then... else statements, which will require a lot of them.
Just wondering if anyone knows of a different way of doing this. I thought about using a select statement but the way this is configured I think that will require just as much coding.
Any ideas??
Just wondering if anyone knows of a different way of doing this. I thought about using a select statement but the way this is configured I think that will require just as much coding.
Any ideas??