This question is locked. New answers and comments are not allowed.
Case: “Licensed In State” is a one-to-many field; they can hold licenses in both states.
Example 1
Licensed In State = TX
AND
Licensed In State = CO
Example 2
Licensed In State = TX
License Expires on > Today
AND
Licensed In State = FL
License Expires on > Today
How would you handle the above examples?
Example 1
Licensed In State = TX
AND
Licensed In State = CO
Example 2
Licensed In State = TX
License Expires on > Today
AND
Licensed In State = FL
License Expires on > Today
How would you handle the above examples?