Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 46599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:59:28+00:00 2026-05-10T15:59:28+00:00

I have column that contains strings. The strings in that column look like this:

  • 0

I have column that contains strings. The strings in that column look like this:

FirstString/SecondString/ThirdString

I need to parse this so I have two values:

Value 1: FirstString/SecondString Value 2: ThirdString

I could have actually longer strings but I always nee it seperated like [string1/string2/string3/…][stringN]

What I need to end up with is this:

Column1: [string1/string2/string3/etc….] Column2: [stringN]

I can’t find anyway in access to do this. Any suggestions? Do i need regular expressions? If so, is there a way to do this in the query designer?

Update: Both of the expressions give me this error: ‘The expression you entered contains invalid syntax, or you need to enclose your text data in quotes.’

expr1: Left( [Property] , InStrRev( [Property] , '/') - 1), Mid( [Property] , InStrRev( [Property] , '/') + 1)  expr1: mid( [Property] , 1, instr( [Property] , '/', -1)) , mid( [Property] , instr( [Property] , '/', -1)+1, length( [Property] )) 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:59:29+00:00Added an answer on May 10, 2026 at 3:59 pm

    In a query, use the following two expressions as columns:

    Left(col, InStrRev(col, '/') - 1), Mid(col, InStrRev(col, '/') + 1)  

    col is your column.

    If in VBA, use the following:

    last_index= InStrRev(your_string, '/')  first_part= Left$(your_string, last_index - 1) last_part= Mid$(your_string, last_index + 1) 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 220k
  • Answers 220k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Clear vs. Reset Clearing a form makes all input fields… May 13, 2026 at 12:00 am
  • Editorial Team
    Editorial Team added an answer Lexical analysis helps simplify parsing because the lexemes can be… May 13, 2026 at 12:00 am
  • Editorial Team
    Editorial Team added an answer While a block is just a piece of code that… May 13, 2026 at 12:00 am

Related Questions

I'm having an issue extracting a substring in SQL query results. Here's the situation:
I have to bind datarows to my controls. So far so good. The problem
I have to write a component that re-creates SQL Server tables (structure and data)
Can/Should I use a LIKE criteria as part of an INNER JOIN when building

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.