Hello all, I am trying to create a search form, but it involves multiple lines, so I don’t know if it’s possible or not.
S1 AGENC = “DIA” OR AGENC = “DOS”
S2 SET = "SOUTHERN CONE"
S3 S1 AND S2
S4
S5
This is kind of what the form would look like, now the user can put criteria in only the first line or in multiple lines and can refer to the previous line with the name of it, just like the example shows. I am at a complete lost, any kind of ideas would be much appreciated. Is this crazy??
Thanks,
Maria
S1 AGENC = “DIA” OR AGENC = “DOS”
S2 SET = "SOUTHERN CONE"
S3 S1 AND S2
S4
S5
This is kind of what the form would look like, now the user can put criteria in only the first line or in multiple lines and can refer to the previous line with the name of it, just like the example shows. I am at a complete lost, any kind of ideas would be much appreciated. Is this crazy??
Thanks,
Maria