how to extract certain text in a field

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

Guest

Hi,

I am trying to figure out how to select the last three digits of a field to
run a query and dont know how.

EX; 001-001 (i want to select the last three digits)
 
Thank you very much for your assistance

Allen Browne said:
The right-most 3 characters in Field1 would be:
Right([Field1],3)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

kevin said:
I am trying to figure out how to select the last three digits of a field
to
run a query and dont know how.

EX; 001-001 (i want to select the last three digits)
 

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