Hi
I'm trying to pass a Recordselection formula from VB to CR. The formula I
wish to pass is a range, which is very straight formward I hear you say,
however I 'm finding problems becuase I wish to use LIKE aswell.
Below is the following point that I've got to:
Original ' IN BETWEEN ' formula
{Area.Name} in "AREA 1" to "EAREA1"
Modified ' IN BETWEEN ' formula with 'LIKE' operater
{Area.Name} in (({Area.Name} like "A*") to (({Area.Name} like
"E*")
However this does not seem to work.
Any ideas how I can achieve this.
Kind Regards
Rikesh
I'm trying to pass a Recordselection formula from VB to CR. The formula I
wish to pass is a range, which is very straight formward I hear you say,
however I 'm finding problems becuase I wish to use LIKE aswell.
Below is the following point that I've got to:
Original ' IN BETWEEN ' formula
{Area.Name} in "AREA 1" to "EAREA1"
Modified ' IN BETWEEN ' formula with 'LIKE' operater
{Area.Name} in (({Area.Name} like "A*") to (({Area.Name} like
"E*")
However this does not seem to work.
Any ideas how I can achieve this.
Kind Regards
Rikesh