Right and Left Functions

J

Jade

I have a text field that varies in length and I need to
delete the last 4 characters from it. If I use the Right
function as:
Right([txtfield],4)
then it leaves the last 4 characters instead of deleting
them. Also, I can't use the Left function because the
field always varies in length. Is there another function
that I can use? Thanks in advance.

Jade
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top