Need to get an idea how to handle problem using If statements. Example is not the real problem but similar.
I have a set of constant records that is used to check a table that has varying records. The problem is each constant field needs to be used to check each record on the database. For example,
Constants Table
A B C C B A ------> Accepted
B C A ------> Accepted
A C D ------> NOT Accepted
If all constants is on the table regardless of field location, accept record. Each letters represents a field. Any help would be greatly appreciated
I have a set of constant records that is used to check a table that has varying records. The problem is each constant field needs to be used to check each record on the database. For example,
Constants Table
A B C C B A ------> Accepted
B C A ------> Accepted
A C D ------> NOT Accepted
If all constants is on the table regardless of field location, accept record. Each letters represents a field. Any help would be greatly appreciated