Conditional Index Tag

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
GSL
Posts: 96
Joined: Tue Oct 10, 2017 12:44 pm

Conditional Index Tag

Post by GSL » Mon Jun 06, 2005 12:40 pm

Is there a way to conditionally scan a table using different index tag? We have two tables, Master A and Child B. Master A can link to Child B with either Index A or Index B. Right now we have manually switch between Index A and Index B, is there a way that we can conditionally using one or the other like IIF(Index = "A", IndexA, IndexB)?____Thanks in advance.

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Conditional Index Tag

Post by kfleming » Mon Jun 06, 2005 12:47 pm

You would need to set up two separate relations and then IIF() between the child scanned table fields.____Kathleen__R&R Support__

Post Reply