I'm trying to locate why a function gets an error in a table
There is a related table that attaches to a show (trading company)
If the show isn't attached to a trading company it can't get the BOOL value
Since I don't know what past trading companies went with what shows - I get neither a yes nor no bool value
my function tries to pass (I'm guessing here) a bool that it can't pull from since the show doesn't have a trading company and thus the field value true or false
is there a function to detect when it is missing?
Cheers