Partial text returned from a query

Ste

Joined
Nov 20, 2017
Messages
1
Reaction score
0
I have the following sample of data.

Name - state - office - numbers.

I want to just return everything after the second hyphen. The office and the numbers. I can't quite get this query to work. What am I doing wrong?

Right([JobName],InStr([JobName],"-")+1)

also-they are all variable in length
 

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