Filtering due date using form

Kaybaj

Registered User.
Local time
Today, 06:11
Joined
Apr 15, 2010
Messages
67
Hi,
Please i got stucked in this, i have a table with many columns.
one of the columns contains due date for payments. what i want it is for a form to open displaying/listing the due paymets alone when i click a command button.
I'll appreciate this.

Thanka
 
Payments with a Due Date less than or equal to today's date? Here:

<=Date()
 
Thanks, but it still not working keeps telling me "datatype mismatch"
But d duedate column is a calculated field.
 
Alright, so what's the calculation? And are you sure the calculation is returning a Date?
 
Thanks, I finally got it to work, it was my filtering method that was wrong.
 

Users who are viewing this thread

Back
Top Bottom