Results 1 to 2 of 2
  1. #1
    SDAccess is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2015
    Posts
    1

    Comparing Text Fields

    I'm new to Access, I have experience with Oracle and MySQL databases. So here's the deal. I have two excel spreadsheets. I created and Access database and imported the spreadsheets and created two tables.

    What I'm trying to do is compare IP addresses in the two tables. I made the IP address columns text fields. Then I do something like this:

    WHERE
    A.ip_address LIKE B.ip

    and


    WHERE
    A.ip_address = B.ip




    I come up with zero results. This may be true but I want to make sure I am choosing the correct data type for the IP address when creating the table. I also want to make sure I am comparing the strings correctly.

    Any suggestions or advice would be appreciated.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Post a jpg of your table designs, or post your database. Without some data, or at least your table structure, we are only guessing.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Comparing two fields
    By cbende2 in forum Access
    Replies: 3
    Last Post: 10-02-2015, 09:09 AM
  2. Criteria comparing two fields
    By Metrazal in forum Queries
    Replies: 3
    Last Post: 08-15-2014, 03:03 PM
  3. iif statement comparing two fields
    By unslog in forum Access
    Replies: 6
    Last Post: 09-28-2012, 02:13 PM
  4. Subquery comparing two fields
    By jdcollins in forum Queries
    Replies: 8
    Last Post: 01-17-2011, 02:02 PM
  5. Comparing between fields
    By Dashin in forum Queries
    Replies: 0
    Last Post: 02-13-2009, 08:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums