I am having a similar problem with a multiple where clause when creating a database service. For example, I have two tables - 'US_States' and 'Stores'. On my app I have two input fields, one to select the State (State_Label) and another to enter the store name (Store_Label). I have linked the two ta...