Results 1 to 3 of 3
  1. #1
    arn0ldas is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jul 2014
    Posts
    3

    Spread values ​​by date in query


    Spread values (quantity) ​​by date in query
    hoe I can make this ?

    SAMPLE
    Click image for larger version. 

Name:	Untitled.jpg 
Views:	7 
Size:	211.3 KB 
ID:	23053

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    your question is vague.
    your table names are vague.
    But if you mean take the Qty from 1 table and reduce the other, everything is done with queries. Update queries.
    use dates as criteria.

  3. #3
    arn0ldas is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jul 2014
    Posts
    3
    in TABLE2 I have
    6543G - QTY = 18

    in TABLE1 I have (required QTY & dates)

    2015.12.13 6543G 5
    2015.12.15 6543G 5
    2015.12.10 6543G 7
    2015.12.10 6543G 5

    I need separate my value 18 between required value starting from oldest end show jest possible value (column 4 - 5;1;7;5)

    2015.12.13 6543G 5 5 (6 - 5=1)
    2015.12.15 6543G 5 1 (1 - 5=-4)
    2015.12.10 6543G 7 7 (13 - 7=6)
    2015.12.10 6543G 5 5 (18 - 5=13)

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

Similar Threads

  1. Spread projected values across multiple months
    By jeg-access in forum Database Design
    Replies: 5
    Last Post: 05-06-2015, 03:19 PM
  2. Matching date values .. in query
    By edmscan in forum Queries
    Replies: 3
    Last Post: 07-22-2014, 09:45 AM
  3. Replies: 4
    Last Post: 11-19-2013, 06:53 PM
  4. Query for sum of values by date
    By Mattbro in forum Queries
    Replies: 2
    Last Post: 07-15-2013, 08:34 AM
  5. Replies: 10
    Last Post: 11-06-2011, 01:30 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