Results 1 to 7 of 7
  1. #1
    Bonolota1029 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Aug 2017
    Posts
    3

    Students Database: Upcoming Payment list queries help

    HI, I have Students database, there are 3 times installment to payment fees. i want some of this function in my database but i dont know how..



    1. I want to see Next 15 days Upcoming payments List with date and amount, also name and address.

    2. Separated by which has been over from due date and upcoming date.

    3. Remove from query table after payment has paid.


    If you could give suggestion how do i can create this function in my database.

    Thanks in advance..

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 7 32bit Access 2013
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,538
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    Bonolota1029 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Aug 2017
    Posts
    3
    I have posted this with two web site for having quick answers..

  4. #4
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 7 32bit Access 2013
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,538
    Quote Originally Posted by Bonolota1029 View Post
    I have posted this with two web site for having quick answers..
    Have you read the link that I posted
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  5. #5
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Look up datediff function for a start. You can run a query which lists the info you need where datediff(date(),paymentduedate)<=15

  6. #6
    Bonolota1029 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Aug 2017
    Posts
    3
    Quote Originally Posted by andy49 View Post
    Look up datediff function for a start. You can run a query which lists the info you need where datediff(date(),paymentduedate)<=15
    Thanks for reply.
    but i am not sure how to do it. will you please guide me step by step how can i do it?

  7. #7
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Bonolota1029,

    When you cross post, tell readers that you have done so, and
    include a link(s) to the other post(s).


    You say you want to add a function to your database, please provide a description of your database-especially the tables you have.

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

Similar Threads

  1. Replies: 11
    Last Post: 11-28-2015, 10:14 PM
  2. Replies: 3
    Last Post: 11-12-2014, 10:25 AM
  3. Students database
    By berni3883 in forum Access
    Replies: 8
    Last Post: 03-29-2011, 03:21 PM
  4. Replies: 1
    Last Post: 01-06-2010, 10:32 AM
  5. New database - Students related DB
    By Hayat in forum Database Design
    Replies: 0
    Last Post: 07-29-2009, 07:59 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