T
TeeSee
Attempting to clean up an existing table and seem to have the need to
select a group of items as follows.
FG15120H and FG15050H are item part numbers and are in a text field
In the query grid I have the following two expressions
Expr1: Right([sisitemcode],InStr([sisitemcode],"h")-4)
Expr2: Left([Expr1],InStr([expr1],"h")-1)
This returns the last 3 digits before the "H" as 120 and 050. How can
I change these to values 120 and 50 and then set the parameter
correctly to select only the records <99 for instance?
Thanks
select a group of items as follows.
FG15120H and FG15050H are item part numbers and are in a text field
In the query grid I have the following two expressions
Expr1: Right([sisitemcode],InStr([sisitemcode],"h")-4)
Expr2: Left([Expr1],InStr([expr1],"h")-1)
This returns the last 3 digits before the "H" as 120 and 050. How can
I change these to values 120 and 50 and then set the parameter
correctly to select only the records <99 for instance?
Thanks