473,398 Members | 2,368 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 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 1917
isladogs
456 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, 179 views)
Mar 7 '21 #3
isladogs
456 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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.