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 7807295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:48:40+00:00 2026-06-02T02:48:40+00:00

Can I use a table column within a Like operator? I’ve created an example,

  • 0

Can I use a table column within a Like operator? I’ve created an example,

TableA

Names                    Location 
Albert Smith Senior      Aberdeen  
John Lee                 London  
Michael Rogers Junior    Newcastle  
Mary Roberts             Edinburgh

TableB

Names  
Albert Smith  
John Lee  
Michael Rogers

I want to do a query such as:

SELECT TableA.Location 
into NewTable 
FROM TableA
WHERE TableA.Names Like '*[TableB.Names]*';

In this case, there would be no match for Mary Roberts, Edinburgh but the first three locations would be returned.

Is it possible to put a column into a like statement?
If not does anyone have any ideas how I could do this?

Hope you can help

PS I can’t use an actual asterisk since this is removed and the text italicised, also I have read about using % instead but this has not worked for me.

  • 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. Editorial Team
    Editorial Team
    2026-06-02T02:48:42+00:00Added an answer on June 2, 2026 at 2:48 am

    You can join the two tables and use LIKE within the JOIN clause:

    SELECT TableA.Location
    into NewTable 
    FROM TableA
    INNER JOIN TableB ON TableA.Names LIKE TableB.Names & '*';
    

    Honestly, I had no idea that you can do this in Access before I tried it just now 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When you do an ALTER TABLE <name> You can use ALTER COLUMN so you
It's clear that you can use numeric characters in SQL table names and use
How can I use table hints in LINQ to SQL when calling submit changes
can i use GROUP_CONCAT to update table? I have 2 tables i d |
How can I use jQuery to set up the tabbing order of a table
My question is, why I can not use hide() & show() to hide/show table
How can we re-use the deleted id from any MySQL-DB table? If I want
I use this code to update data in database table. Can reuse same code
I'd like to create a table that looks like this: lolvalue---------|lol date|some other column
This is from a sql script. What tool can generate this? Thanks --USE [MY_TABLE]

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.