472,782 Members | 1,307 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,782 software developers and data experts.

How to show loan installment in OVERDUE

2 2Bits
Loan amount of 20000 was given out to be paid in 4months, 5000 each
The first month 5000 was paid, but the second month was not paid.
So how can it be done such that the 5000 for second month will appears as OVERDUE.
which query can do that?
Mar 6 '21 #1
3 1879
isladogs
436 Expert Mod 256MB
The answer depends on the fields you have in the relevant table.
Please provide field names and datatypes and/or a screenshot so someone can assist properly.
Mar 6 '21 #2
Akokoh Joel
2 2Bits
Pls I have the screen shot, I want to known how to show amount in overdue?

Attached Images
File Type: jpg IMG_20210307_055237_118.JPG (93.1 KB, 168 views)
Mar 7 '21 #3
isladogs
436 Expert Mod 256MB
Assuming your table field names contain spaces as indicated in your screenshot, then, to show the text OVERDUE, you could add a query field with this expression
Expand|Select|Wrap|Line Numbers
  1. IIf([Amount Paid]<[Amount Due],"OVERDUE","")
Mar 7 '21 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: letsgetsilly | last post by:
Hello all, I'm using MS SQL server. I'm trying to SELECT * FROM 4 different tables WHERE (DueDate < Today'sDate), and therefore overdue. I would like to display all of this information in a...
1
by: phjones | last post by:
please help resolve some error messages code is compling with errors see below the code. I am new at this please help! /** * @(#)3 Mortgage loans.java * * 3 Mortgage loans application * ...
1
by: Mubs | last post by:
hi all.. i am trying to create a query that will show overdue rentals, but i dont know what i hould put in the criteria.. i have the following fileds: rentals out rental due rental retuned...
1
by: paradox6996 | last post by:
Ok I've tried to google this but no luck their. I'm writing a program that calculates someones consumer loan. If we use $1000 as principle, and 15%(.15) as the rate and the duration of the loan is 18...
3
by: BarbaraB | last post by:
Is there anyway of returning the value of an option group (in access 2003) back to what it was before any entry was made? I frequenty find people are wishing to remove there answer but with an...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.