R
Rodolfo Fontes
Hi group,
I've done the following quey:
SELECT [T Produtos_Itens].[Part#F]
FROM [T Produtos_Itens]
WHERE ((Len("part#F")>"15"));
But it's not selecting the strings greater than 15 caracters.. How can i do
that?
Thanks,
Rodolfo Fontes
I've done the following quey:
SELECT [T Produtos_Itens].[Part#F]
FROM [T Produtos_Itens]
WHERE ((Len("part#F")>"15"));
But it's not selecting the strings greater than 15 caracters.. How can i do
that?
Thanks,
Rodolfo Fontes