Hi! I have a situation where I have 4 fields that need to auto load depending on the criteria that is selected. The data for these fields are stored in their own tables and all have auto id’s assigned. The problem comes when there are one to many relationships that need to be displayed.
Example:
Field 1 - single select, can only select 1 item from the list. No problem.
Field 2 - double select, depending on what was selected from Field 1, using ajax I can auto load the records that are available for what was chosen in Field 1. In Field 2, however, I need to be able to choose multiple records. No problem.
Field 3 - double select, I need to be able to only show the values coordinating with what was chosen in Field 2. This creates a problem for me. There could have been multiple choices selected in Field 2. I also need to be able to choose multiple records for this field.
Field 4 - double select, I need to be able to only show the values coordinating with what was chosen in Field 3. Again, this creates a problem for me. There could have been multiple choices selected in Field 3. I also need to be able to choose multiple records for this field.
I have never successfully used the contains code in scriptcase so I’m not sure how to process this function. Any suggestions would be helpful!
Thanks!
Lisa