WaltZ400
535 pts. | Feb 27 2007 12:20PM GMT
If you are using SQL and your dates are stored in true date format in your data base, you can use the DAYS function. This translate a date into a numeric value that you subtract from another. An example is:
Select Days(enddate) - Days(fromdate)from file Where Days(enddate) - Days(fromdate) > 10






