Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00806128
Message ID:
00806144
Views:
11
>>>I have a table with a datefield called LOADDATE.
>>>
>>>I want to find all the records with LOADDATE within one year from today's date (in the past)....
>>>
>>>What would be a quick and simple set of commands to do so....
>>>
>>>The tables are HUGE and have to processed quickly....
>>>
>>>Thanks!!!!
>>>
>>>Tommy
>>
>>If you have a index on the field then you could use a select or SET key statement to find the records you want with the greater than statment
>>loaddate > GOMONTH(DATE(), -12)
>
>That's what I thought... I had IF GOMONTH(loaddate,12) >= DATE()
>
>Thanks..
>
>Tommy

You should really have the field all by itself on the left side for rushmore to really be used.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Reply
Map
View

Click here to load this message in the networking platform