Results 1 to 3 of 3
  1. #1
    Vanita is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Feb 2019
    Posts
    23

    Addtion of 2 fields in query

    1. Add 2 fields in a query, the calculated field should include all the records from each field(Which are from 2 different tables ).


    2. After writing LEFT JOIN, the result includes all the records from Left table and in the other table it considers the data which matches with left table only.
    3. Our requirement is, the result should include record if it exists in either of the table.

    how to solve this?

  2. #2
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,180
    Hi, if you can upgrade your back-end databases to SQL server (express version is free to download), you can simply use a full outer join to get the result you want. I don't know if this is available in Access though.

  3. #3
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 10 Access 2016
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    Sounds like a homework assignment. Please confirm.

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

Similar Threads

  1. Replies: 6
    Last Post: 07-03-2018, 03:51 PM
  2. Replies: 2
    Last Post: 11-27-2017, 08:59 PM
  3. Replies: 4
    Last Post: 07-17-2013, 01:11 PM
  4. Replies: 4
    Last Post: 05-14-2012, 06:10 PM
  5. Replies: 12
    Last Post: 05-07-2012, 12:41 PM

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