The Date Field
The Date Field
(OP)
I am using Visual FoxPro 3.0 and 5.0 but there seems to be a problem with my date fields. When I do a comparison with two date fields (both 2000), it give me the wrong output.
Could there be a problem with the way I am defining the date fields? Please help me out...
Could there be a problem with the way I am defining the date fields? Please help me out...
RE: The Date Field
Try this.
set century on
use Database
replace all date_field with date_field
(do this for each date field you have in the database)
then do the date compair and see if it works correctly.