R
Rodolfo Fontes
Hi group,
I have a querie that list the products name from another table.
In the querie, products like "PC COMPUTER", that have 11 caracters, should
appear like "PC COMPUT", with 9 caracters.
And products like "PC", should be like "0000000PC".
How can I do that?
i've tried:
NAME: format([Product]; "000000000")
but it looks like only works on numeric values.
Thanks for any help,
Rodolfo Fontes
I have a querie that list the products name from another table.
In the querie, products like "PC COMPUTER", that have 11 caracters, should
appear like "PC COMPUT", with 9 caracters.
And products like "PC", should be like "0000000PC".
How can I do that?
i've tried:
NAME: format([Product]; "000000000")
but it looks like only works on numeric values.
Thanks for any help,
Rodolfo Fontes