LeftTrim and RightTrim

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I nee d remove 2 first characters in the field. What function should i use in
a query?
For example: '1 group', I will need to have just a word 'group'.
 
If it's always the first 2 characters you're trying to remove, use
Mid(MyTextField, 3)
 

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

Back
Top