Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date ranges
Message
From
16/12/1998 19:02:16
 
 
To
16/12/1998 18:59:50
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00168328
Message ID:
00168329
Views:
25
>I need to print a report using querying two fields in a table. One of the two fields is a date field. In FoxPro 6.0 the following will work for one date
>
>for tablename.fieldname = {^1998/01/01};
>
>but how do you query for a range between 01/01/1998 and 12/31/1998.
>
>Thank You in advance.

FOR BETWEEN(tablename.fieldname,{^1998/01/01},{^1998/12/31})

-Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform