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

  • SEARCH
  • Home
  • 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

Related Questions

I have a string that contains multiple parameters delimited by #, like this :
In a DexEpress ASPxGridView I have a column that contains voltage. The original values
I have a Datatable that contains a column called Tags, Tags can have values
I have a column of data that contains a percentage range as a string
I have a table (T1) in t-sql with a column (C1) that contains almost
I need a select from table which does not have column that tells when
This is tricky to explain. We have a DataTable that contains a user configurable
I have a varchar column that contains the string lol\ncats , however, in SQL
I have a column in a table that contains a message and I want
I have a DataSet that contains a few columns. One of these columns is

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.