Ok, how about this, a bit ugly, but should work on any database:

 WHERE
    (YEAR > #form.from_y#
        OR (YEAR = #form.from_y#
           AND (MONTH = 0
              OR (MONTH >= #form.from_m#
                 AND (DAY = 0 OR DAY >= #form.from_d#)))))
    AND
     (YEAR < #form.to_y#
        OR (YEAR = #form.to_y#
           AND (MONTH = 0
              OR (MONTH <= #form.to_m#
                 AND (DAY = 0 OR DAY <= #form.to_d#)))))

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302008
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to