Hi,
I would like to create an expression for citeria in a query. The field is a
text field and I would like to query those records which have >4 characters.
How would I write the expression?
Ofer Cohen - 03 Aug 2006 20:43 GMT
Try
Where Len([FieldName]) > 4

Signature
Good Luck
BS"D
> Hi,
>
> I would like to create an expression for citeria in a query. The field is a
> text field and I would like to query those records which have >4 characters.
> How would I write the expression?