473,503 Members | 11,735 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need Help With Date

5 New Member
I'm New To Access.
I Have A Form That Has The Date That The Customer Membership Fee Is Due If The Fee Isn't Pd By This Date I Would Like The Label Visible Showing The Text 'overdue'

Help Please
Oct 4 '07 #1
8 1253
RedSon
5,000 Recognized Expert Expert
I'm New To Access.
I Have A Form That Has The Date That The Customer Membership Fee Is Due If The Fee Isn't Pd By This Date I Would Like The Label Visible Showing The Text 'overdue'

Help Please
Is this an Access database question?
Oct 4 '07 #2
pbmods
5,821 Recognized Expert Expert
Heya, sweetfee. Welcome to TSDN!

I'm going to go ahead and move this thread to the Access forum, where our resident Experts will be better able to help you out.
Oct 4 '07 #3
missinglinq
3,532 Recognized Expert Specialist
We need some more information if we're to help you, like:

  • The name of the control holding the Payment Due Date
  • How is the fact that payment has been made or not made noted in the record
Welcome to TheScripts!

Linq ;0)>
Oct 5 '07 #4
lee123
556 Contributor
you could do this in the controlsource of the label your using and an (IIF) statement like this
Expand|Select|Wrap|Line Numbers
  1. =iif(duedate=what ever you named the date box,"Due","NotDue")
  2.  
lee123
Oct 5 '07 #5
pbmods
5,821 Recognized Expert Expert
Heya, lee123.

Please use CODE tags when posting source code:

[CODE=vb]
Source code goes here.
[/CODE]
Oct 5 '07 #6
lee123
556 Contributor
yea got ya!

lee123
Oct 5 '07 #7
missinglinq
3,532 Recognized Expert Specialist
Expand|Select|Wrap|Line Numbers
  1. =iif(duedate=what ever you named the date box,"Due","NotDue")
Comparing the Due Date against, say, the current date, will show you whether the due date has passed or not, but it won't show you whether the dues have been paid! The OP wants the PastDue label to show if the due date has passed and the dues haven't been paid! As I said in my previous post, we need to know how the payment of the dues is noted in the record.

Linq ;0)>
Oct 5 '07 #8
sweetfee
5 New Member
thanks i figured it out
Oct 29 '07 #9

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

Similar topics

0
9857
by: James Hong | last post by:
Help please, I try to sending an email from my html page using the java applet. but it give error on most of the PC only very few work, what is the error i make the java applet show as below ...
6
2413
by: paii | last post by:
I have a table that stores job milestone dates. The 2 milestones I am interested in are "Ship Date" TypeID 1 and "Revised Ship Date" TypeID 18. All jobs have TypeID 1 only some jobs have TypeID 18....
5
1909
by: Alicia | last post by:
Hello everyone based on the data, I created a union query which produces this. SELECT ,,, 0 As ClosedCount FROM UNION SELECT ,, 0 AS OpenedCount, FROM ORDER BY , ;
10
2854
by: Tom | last post by:
I am looking for some ideas for how to design the layout of the form for data entry and to display the data for the following situation: There are many sales associates. A sales associate can work...
13
2444
by: vgame64 | last post by:
Hi, I have been struggling with writing a program for a few hours. The requirements are that: """You will be writing a program which will determine whether a date is valid in terms of days in that...
9
2405
by: mistral | last post by:
Need help to remove list of days from date script. Need format "June 07, 2006" <SCRIPT LANGUAGE="JavaScript"> <!-- Begin // Get today's current date. var now = new Date();
4
2735
by: georges the man | last post by:
hey guys, i ve been posting for the last week trying to understand some stuff about c and reading but unfortunaly i couldnt do this. i have to write the following code. this will be the last...
9
3923
by: pic078 via AccessMonster.com | last post by:
I need serious help - I have a frontend/backend Access database (2 MDE Files) that remains stuck in task manager after exiting the application - you can't reopen database after exiting as a result...
6
1726
by: shaunb | last post by:
Hi, just new to this forum, and i was wondering if anyone could help me. I've got a piece of work to do, i have done the majority of it, just the last, and the most important thing lol, that i am...
8
1422
by: mvdave | last post by:
Hello all & I hope I'm posting in the right place.. I need to load a temporary table with a range of sequential dates, passing it a beginning and an end date from a criteria form. I have...
0
7212
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
7098
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
7296
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,...
1
7017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7470
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
5604
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,...
0
3186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1524
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.