Results 1 to 2 of 2

Thread: Update Query

  1. #1
    Ajay Guest

    Update Query

    I have two tables, Table A contains email Ids and SSN and Table B contains email Ids and SSN apart from all the information about an employee like his first name, last name etc etc.
    Now my question is, there are few records in Table B whose email Ids are NULL, now by comparing the SSN of Table A with SSN of Table B I need to get the email Ids of those records whose email Ids are null in Table B and insert them in table A.
    I need to execute this using one query in Microsoft Access.

  2. #2
    Tom Guest

    Update Query (reply)

    If the EmAIL idS ARE STATIC, WHY DO YOU NEED TABLE A?


    ------------
    Ajay at 2/20/2002 4:48:50 PM

    I have two tables, Table A contains email Ids and SSN and Table B contains email Ids and SSN apart from all the information about an employee like his first name, last name etc etc.
    Now my question is, there are few records in Table B whose email Ids are NULL, now by comparing the SSN of Table A with SSN of Table B I need to get the email Ids of those records whose email Ids are null in Table B and insert them in table A.
    I need to execute this using one query in Microsoft Access.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •