Hi all,
I have a textBox on a form which pulls in the value of a field from a query that the form is based on but I would like to truncate it. Using =Left([]myfield)-4 does'nt work as you can imagine so I have to use the LEN function but how do I do so in the control property of a textbox ?
I appreciate any help on this issue.
Thanks in advance,
Mitch...
I have a textBox on a form which pulls in the value of a field from a query that the form is based on but I would like to truncate it. Using =Left([]myfield)-4 does'nt work as you can imagine so I have to use the LEN function but how do I do so in the control property of a textbox ?
I appreciate any help on this issue.
Thanks in advance,
Mitch...