Results 1 to 3 of 3
  1. #1
    pivoine1342 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2015
    Posts
    1

    take the value from another table

    I have field in a table Employé that needs to take the value from another table Impôts new.zip

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    The impots table MUST have a field to join to Employe, either Emp#, or EmpName.
    if you had 1 of these fields , you would run an update query by joining the same field in both tables.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    So you want to populate Employe with the Nimpot and impot values? Why? Already have the salaire value in Employe - why do you also need the other info? Duplicating data between tables violates basic relational database principle.

    Just build query that joins the two tables by linking on the salaire fields.

    What is the degree symbol in field names for - abbreviation for number? Should not use symbols and punctuation in naming convention (only underscore is exception).
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 4
    Last Post: 08-30-2012, 07:58 PM
  2. Replies: 8
    Last Post: 03-22-2012, 08:48 AM
  3. Replies: 2
    Last Post: 08-01-2011, 11:35 PM
  4. Replies: 2
    Last Post: 10-27-2009, 07:09 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