‎2007 May 26 11:21 PM
Is there a way to use tables and constraints to restrict values of a characteristic. It works if all rows are unique, but when I can have more then one returned value it breaks...
Characteristic1 A,B,C
Characteristic2 D,E,F
If I choose A for Characteristic1 I want my list of values for Characteristic2 to be restricted to D and E. Right now I'm getting and error that says that the table is defined ambiguously...after going through loading and setting up all the tables I'd hate to have to rewrite them as preconditions and procedures.
‎2007 May 27 2:50 PM
Found out that everything in the table has to be restrictable...whoever set it up didn't have that attribute checked. Also the ambiguously defined table error still shows up but runs correctly anyway.