Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding the right records
Message
From
02/07/2002 10:24:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Finding the right records
Miscellaneous
Thread ID:
00674448
Message ID:
00674448
Views:
72
I have a table that lists documents that are due to our vendor. Each record has a Due Date and a Submitted Date field. My goal is to find out how many documents are late each month. My first attempt is to find all records that have a due date <= to date() And a submitted date >= date() - 30 days And submitted date > due date. This only gets some of the records. It misses the records that don't have a submitted date at all yet. How can these two criteria be combined together?
Next
Reply
Map
View

Click here to load this message in the networking platform