mikefortune
IS-IT--Management
The following error is one I got when making what I would think is a simple expression:
Expr1: InStr([STARTPOINT],[DESC1],"-"
I am pretty sure it is not typed incorrectly, just that it may contain incorrect statements.
"This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables."
I am simply trying to run an Instr() using a predefined variable from another query as the start point.
Expr1: InStr([STARTPOINT],[DESC1],"-"
The startpoint is actually the Instr() of the same field on
another query. There are multiple "-" in the Field and I need to know the location of both. Working on this for a month now. Any ideas would be great!!!
Expr1: InStr([STARTPOINT],[DESC1],"-"
I am pretty sure it is not typed incorrectly, just that it may contain incorrect statements.
"This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables."
I am simply trying to run an Instr() using a predefined variable from another query as the start point.
Expr1: InStr([STARTPOINT],[DESC1],"-"
The startpoint is actually the Instr() of the same field on
another query. There are multiple "-" in the Field and I need to know the location of both. Working on this for a month now. Any ideas would be great!!!