Results 1 to 4 of 4
  1. #1
    wjm821 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Nov 2021
    Posts
    7

    Multiple Criteria

    First not sure if this would be done in a Form, Query or Table. My Table has Employee,Position and Pay. The Position has a drop down to check off what position. One employee could have 3 positions. When I add Pay it adds the amount to all the positions. How can I add pay for employee and the position. Example Employee Bill, Position Counter Pay $7.00, Position Repair $8.00, Position Tech $9.00

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    If it 'adds the amount to all the positions', sounds like form and controls are not bound to correct fields.

    If you want to provide db for analysis, follow instructions at bottom of my post.

    Also, should not post multiple threads for same question. Pick one subforum and post only there.
    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.

  3. #3
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,820
    Hi

    First of all you need to think Normalisation of your Table.

    An Employee can have Many Positions.

    This means you need a table to record the Employees Details then a related table for Employees Positions.

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,930
    suspect this needs three tables on the basis that a) the position 'sales person' could have more than one person, b) as already stated, the employee can have more than one position (at the same time?) and c) what about history? person A holds position X, then moves to position Y and person B moves to position X. Do you need to know who had what position when?

    So I think you need employees, positions and a joining table for pay as a minimum

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

Similar Threads

  1. Replies: 4
    Last Post: 04-24-2020, 11:36 PM
  2. Replies: 3
    Last Post: 07-27-2016, 03:02 AM
  3. Replies: 2
    Last Post: 04-02-2015, 12:45 PM
  4. Replies: 7
    Last Post: 01-02-2013, 11:23 PM
  5. Replies: 1
    Last Post: 07-13-2011, 11:00 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