Results 1 to 2 of 2
  1. #1
    Keshka is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2016
    Posts
    1

    Multiple days data on a single line

    My data table looks like this:
    Day|employee number|bins finished

    I want a single line on my report to show a week's worth of product (finished bins). An employee normally will have several entries per day.



    The first bin field on the first line of my report was simple:
    =sum ([bins finished])

    For the next day, same line, I tried this for that fields data:
    =Dsum("[bins finished]","bin table","[day]=#" &[pay period start date]&"#+1" and "[employee number] = 1")

    Should just get bins for employee one but getting all employees.

    Bear with me, I am not good at this at all. I program with access one every several years.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    create a query that sums by employee.
    you may even want a crosstab query to show every day by 1 employee. (use the query wizard)

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

Similar Threads

  1. Replies: 5
    Last Post: 03-06-2015, 02:04 PM
  2. Replies: 75
    Last Post: 06-03-2014, 09:49 AM
  3. Replies: 7
    Last Post: 06-04-2013, 01:10 PM
  4. Multiple Data on one line?
    By alicias4 in forum Reports
    Replies: 2
    Last Post: 02-07-2013, 05:53 PM
  5. Replies: 0
    Last Post: 11-23-2009, 09:19 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