Results 1 to 2 of 2
  1. #1
    CoachBarker is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    17

    Late fees based on due date

    I am having trouble coming up with a query that will assess late fees based on a due date. Payment is due the 1st of every month, if after 10 days payment is not received then a 15.00 late fee is charged. CAn any one help me out, not really good with dates and it needs to be in a query so I can run the query in vb.net.



    Thanks
    CoachBarker

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    well first you make a query that results in the correct records of those that are late. Call this qFindLates. I will guess there are 2 key criteria: null in the payment field (put Is Null) and the paymentduedate field is over due (put <11/1/10)

    what one does next depends - not sure if there is a late payment field or what....and also whether that value of $15 varies across time or could change in the future etc...if the FindLates isn't a huge quantity of records one could just manually enter in the value. if the FindLates is alot of records then you would make an UpdateQuery to enter in the value in mass. or maybe you want to make a Late Invoice and source it on this query... it all depends...

    hope this helps a little.

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

Similar Threads

  1. Exporting records based on date
    By justinwright in forum Import/Export Data
    Replies: 35
    Last Post: 05-11-2011, 04:53 PM
  2. Query Based On Date Ordered
    By dr_destructo in forum Queries
    Replies: 2
    Last Post: 07-15-2010, 03:34 PM
  3. Report based on date
    By Dega in forum Reports
    Replies: 3
    Last Post: 06-11-2010, 10:05 AM
  4. Numerical Value based on Date
    By jbarrum in forum Access
    Replies: 4
    Last Post: 03-11-2010, 01:04 PM
  5. Programming Adjustable Pricing Fees
    By JDA2005 in forum Programming
    Replies: 2
    Last Post: 07-07-2009, 10:50 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