Ido,
Thanks for the tip, I think I can use the method you suggested in your FAQ149-3226. But I am facing a problem.Steps I followed:
Created a table called "Repeater" also an index is created on it. (Pervasive SQL 8). This table is stored as .mkd(ok?) all my other tables are stored as .DAT. In visual linking expert(Crystal 8) I added this table,first tried to link it with {Order.quantity} with the join condition >= but when I clicked on link options all the sql join types were disabled(dont know why),so i left it as an equal join. THen clicked on "Report" -"Edit selection formula" - "Record" and this is what I have here
{MXHIST.ITEM} IN {?FROMITEM} TO {?TOITEM}
AND {MXHIST.LOTNO} IN {?RNG2LO} TO {?RNG2HI}
AND {MXHIST.LOC} IN {?RNG3LO} TO {?RNG3HI}
AND {MXHIST.BINUM} IN {?OPTFLD1} TO {?OPTOFLD1}
and {Order.quantity}>={Repeater.how_many}
When I run this report I am getting a blank page..(I also tried completely removing the link in the visual linking expert ,however it said"your current link configuration contains multiple starting points and it is generally not supported" still I said ok and tried..not working)
Please advise!!
Thank you.