Results 1 to 2 of 2
  1. #1
    bootster is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    1

    Aging buckets Access 2003

    I consider myself a power user but not a programmer. I looked thru Reports and saw no requests like the one I am going to post. I want to create a query that lets me sum payments in buckets <30 30-59 60-89 ... 150-179 180and>



    I can find the days with the DateDiff and force the dollar amounts in new fields in a table with a series of update queries for each range and then report from the table. I am hoping to find a way to just query that payment date and subtotal that amount in a reporting field from a single query.

    Any help is appreciated. I will probably just blank stare at any VBA answers - but post them as they may help others with a similar need.

    Thanks,
    Steve

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,640
    I do it in SQL Server, so it's a little different, but the equivalent would be something along the lines of summing on this in a totals query:

    IIf(TotalDays < 30, AmountField, 0)
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. help for access 2003
    By elgo in forum Access
    Replies: 1
    Last Post: 03-07-2010, 03:14 PM
  2. Replies: 6
    Last Post: 12-01-2009, 11:59 AM
  3. Aging A/P function
    By nim73 in forum Programming
    Replies: 0
    Last Post: 05-07-2009, 01:23 PM
  4. converting from Access 2003 to Access 2007
    By LawrenceLau in forum Access
    Replies: 6
    Last Post: 11-20-2008, 03:53 PM
  5. Replies: 1
    Last Post: 09-06-2006, 11:48 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